Skip to content

Commit 612f6f1

Browse files
committed
Prep up v0.42.1 release
1 parent 340a9bb commit 612f6f1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Version History
22

3+
## Version 0.42.1 (2024-02-12)
4+
5+
- Add `Debug` implementation for all public facing items
6+
- Fix: return proper channelCountMode for StereoPannerNode
7+
38
## Version 0.42.0 (2024-02-05)
49

510
- Added MediaTrackConstraints.channelCount for multi-channel microphone input

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "web-audio-api"
3-
version = "0.42.0"
3+
version = "0.42.1"
44
authors = ["Otto <[email protected]>"]
55
edition = "2021"
66
description = "A pure Rust implementation of the Web Audio API, for use in non-browser contexts"

0 commit comments

Comments
 (0)