Skip to content

Commit

Permalink
Version 0.18.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamiPerttu committed Jul 6, 2024
1 parent c883148 commit 8bce4ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changes

### Version 0.18.2

- 64-bit atomics were removed in order to support 32-bit targets.
- Fixed `no_std` support.

### Version 0.18.1

- Denormal flushing was removed for now.
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.1"
version = "0.18.2"
authors = ["SamiPerttu <[email protected]>"]
homepage = "https://github.com/SamiPerttu/fundsp"
repository = "https://github.com/SamiPerttu/fundsp"
Expand Down

0 comments on commit 8bce4ba

Please sign in to comment.