Skip to content

Commit 9a9e15c

Browse files
committed
Prep up v0.45.0 release
1 parent 5df8d11 commit 9a9e15c

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.45.0 (2024-05-06)
4+
5+
- Changed: AudioContext::render_capacity now returns owned AudioRenderCapacity instead of ref
6+
- Added AudioParamValues.keys iterator
7+
38
## Version 0.44.0 (2024-04-22)
49

510
- Fix regression: ensure all async fns return a Send + Sync Future object

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.44.0"
3+
version = "0.45.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)