Skip to content

Commit f4478ef

Browse files
committed
Prep up v1.0.1 release
1 parent 95927ec commit f4478ef

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## Version 1.0.1 (2024-09-18)
4+
5+
- AudioBufferSourceNode: handle reverse playback and looping
6+
- AudioBufferSourceNode: handle sub-sample stop/duration times
7+
- AudioBufferSourceNode: fix handling of out of bound offsets
8+
39
## Version 1.0.0 (2024-09-10)
410

511
- Breaking: MediaRecorder constructor now requires options (e.g. mime type)

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