From 500b54e8ef73e041cb09806dd017366288451e0b Mon Sep 17 00:00:00 2001 From: Sami Perttu Date: Sat, 30 Mar 2024 22:21:44 +0200 Subject: [PATCH] Bump version. --- CHANGES.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1c67c60..fda470e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ ## Changes -### Version 0.17 (Next Version) +### Version 0.17 - `Wave32/64`: `silence` is now `zero`. - New opcode `impulse`. diff --git a/Cargo.toml b/Cargo.toml index 5359a33..f838676 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "fundsp" description = "Audio processing and synthesis library." keywords = ["dsp", "audio", "synthesizer", "sound", "wave"] license = "MIT OR Apache-2.0" -version = "0.16.0" +version = "0.17.0" authors = ["SamiPerttu "] homepage = "https://github.com/SamiPerttu/fundsp" repository = "https://github.com/SamiPerttu/fundsp"