Skip to content

Commit

Permalink
Prep up v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
orottier committed Dec 11, 2024
1 parent 0da4684 commit d6caae7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Version History

## Unreleased
## Version 1.1.0 (2024-12-11)

- Increase MSRV to 1.76
- Greatly improved the ConvolverNode performance for large impulse responses
- Fix AudioBufferSourceNode reverse playback
- Implement sub-sample AudioBufferSourceNode stitching

## Version 1.0.1 (2024-09-18)
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 = "1.0.1"
version = "1.1.0"
authors = ["Otto <[email protected]>"]
edition = "2021"
description = "A pure Rust implementation of the Web Audio API, for use in non-browser contexts"
Expand Down

0 comments on commit d6caae7

Please sign in to comment.