Skip to content

Commit

Permalink
Edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamiPerttu committed Oct 4, 2024
1 parent 7956b6b commit 34d9171
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 34d9171

Please sign in to comment.