Skip to content

Commit 89535b5

Browse files
committed
chore: prepare vorbis_rs 0.5.6 release 🚀
1 parent ee5a5c5 commit 89535b5

5 files changed

Lines changed: 10 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ and this project adheres to
88

99
## [Unreleased]
1010

11-
### Changed
11+
No changes yet.
12+
13+
### [0.5.6] - 2026-07-30
1214

1315
- Bumped MSRV to 1.87 due to refactors to use the Rust 2024 edition and
1416
transitive dependency updates.
@@ -181,7 +183,8 @@ while let Ok(Some(_)) = decoder.decode_audio_block() {
181183

182184
- First public release.
183185

184-
[Unreleased]: https://github.com/ComunidadAylas/vorbis-rs/compare/v0.5.5...HEAD
186+
[Unreleased]: https://github.com/ComunidadAylas/vorbis-rs/compare/v0.5.6...HEAD
187+
[0.5.6]: https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.5.6
185188
[0.5.5]: https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.5.5
186189
[0.5.4]: https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.5.4
187190
[0.5.3]: https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.5.3

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ edition = "2024"
1010
rust-version = "1.87.0"
1111

1212
[workspace.dependencies]
13-
aotuv_lancer_vorbis_sys = { path = "packages/aotuv_lancer_vorbis_sys", version = "0.1.5" }
13+
aotuv_lancer_vorbis_sys = { path = "packages/aotuv_lancer_vorbis_sys", version = "0.1.6" }
1414
bindgen = "0.72.1"
1515
cc = "1.2.55"
1616
errno = { version = "0.3.14", default-features = false }
1717
getrandom = { version = "0.4.1", features = ["std"] }
18-
ogg_next_sys = { path = "packages/ogg_next_sys", version = "0.1.4" }
18+
ogg_next_sys = { path = "packages/ogg_next_sys", version = "0.1.5" }
1919
thiserror = "2.0.18"
2020
tinyvec = { version = "1.10.0", default-features = false, features = [
2121
"alloc",

packages/aotuv_lancer_vorbis_sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aotuv_lancer_vorbis_sys"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
authors.workspace = true
55
edition.workspace = true
66
rust-version.workspace = true

packages/ogg_next_sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ogg_next_sys"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
authors.workspace = true
55
edition.workspace = true
66
rust-version.workspace = true

packages/vorbis_rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vorbis_rs"
3-
version = "0.5.5"
3+
version = "0.5.6"
44
authors.workspace = true
55
edition.workspace = true
66
rust-version.workspace = true

0 commit comments

Comments
 (0)