Skip to content

Commit 0179465

Browse files
committed
Prep up v1.2.0 release
1 parent dff5c68 commit 0179465

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Version History
22

3-
## Unreleased
3+
## Version 1.2.0 (2025-01-16)
44

55
- ConvolverNode: support multi channel configurations
66
- AudioContext construction with invalid sinkId now panics instead of ignoring

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "web-audio-api"
3-
version = "1.1.0"
3+
version = "1.2.0"
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)