Skip to content

Commit

Permalink
Prep up v0.36.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
orottier committed Nov 8, 2023
1 parent 1fbf80e commit ba7b5f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Version History

## Version 0.36.1 (2023-11-08)

- Fix compilation on targets that are not x86/aarch64
- Added the ability to run benchmarks locally with `criterion`

## Version 0.36.0 (2023-10-20)

- Disable floating point denormals in audio processing via processor flags
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "web-audio-api"
version = "0.36.0"
version = "0.36.1"
authors = ["Otto <otto@ot-to.nl>"]
edition = "2021"
description = "A pure Rust implementation of the Web Audio API, for use in non-browser contexts"
Expand Down

0 comments on commit ba7b5f3

Please sign in to comment.