Skip to content

Commit cc7a6c1

Browse files
committed
Prep up v0.44.0 release
1 parent 99bef60 commit cc7a6c1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## Version 0.44.0 (2024-04-22)
4+
5+
- Fix regression: ensure all async fns return a Send + Sync Future object
6+
37
## Version 1.0.0-rc.6 (2024-04-20)
48

59
- Breaking: the ScriptProcessorNode::set_onaudioprocess no longer takes a ref to the event

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 = "1.0.0-rc.6"
3+
version = "0.44.0"
44
authors = ["Otto <otto@ot-to.nl>"]
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)