From 34d91714fdb5c36f7a0838f4c2308b1b87a57942 Mon Sep 17 00:00:00 2001 From: Sami Perttu Date: Fri, 4 Oct 2024 18:48:47 +0300 Subject: [PATCH] Edit. --- CHANGES.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 54145b5..5aafe3f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ ## Changes -### Version 0.20 (Next Version) +### Version 0.20 - `Net::chain` is more robust now. - Ring buffer component in the module `ring`. diff --git a/README.md b/README.md index 194d272..dcb08be 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Add `fundsp` to your `Cargo.toml` as a dependency. ```rust [dependencies] -fundsp = "0.19.1" +fundsp = "0.20.0" ``` The `files` feature is enabled by default. It adds support for @@ -69,7 +69,7 @@ Audio file reading and writing is not available in `no_std`. ```rust [dependencies] -fundsp = { version = "0.19.1", default-features = false } +fundsp = { version = "0.20.0", default-features = false } ``` ## Graph Notation