Skip to content

Commit

Permalink
Version 0.19.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamiPerttu committed Sep 5, 2024
1 parent 0222d25 commit e1745dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.19 (Next Version)
### Version 0.19

- Added choice of interpolation algorithm to `AtomicSynth`.
- New opcode `sine_phase`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Audio processing and synthesis library."
keywords = ["dsp", "audio", "synthesizer", "sound", "no_std"]
categories = ["multimedia::audio", "no-std"]
license = "MIT OR Apache-2.0"
version = "0.18.2"
version = "0.19.0"
authors = ["SamiPerttu <[email protected]>"]
homepage = "https://github.com/SamiPerttu/fundsp"
repository = "https://github.com/SamiPerttu/fundsp"
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.18.2"
fundsp = "0.19.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.18.2", default-features = false }
fundsp = { version = "0.19.0", default-features = false }
```

## Graph Notation
Expand Down

0 comments on commit e1745dc

Please sign in to comment.