Skip to content

Commit

Permalink
Prep up v0.41.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
orottier committed Jan 11, 2024
1 parent b69938a commit 3d4e012
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Version History

## Version 0.41.1 (2024-01-11)

- Unified panic messages to format `<JsErrorType> - <Actual message>`
- Unified README.md and crate level docs
- Fix: minimize floating point errors in AudioBufferSourceNode currentTime calculation
- Fix: AudioParam automationRate does not instantly update on the control thread
- Fix: AudioParam better handling of non finite values in arguments
- Fix: Panic at Analiser initialization for some combinations of min/maxDecibel

## Version 0.41.0 (2024-01-04)

- Fix BaseAudioContext onChangeState to signal device readiness
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.41.0"
version = "0.41.1"
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 3d4e012

Please sign in to comment.