Skip to content

Commit aa9b288

Browse files
committed
chore: bump package versions and changelog for new releases 🎉
1 parent 16cc082 commit aa9b288

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
No changes yet.
12+
13+
## [0.5.5] - 2024-12-13
14+
1115
### Changed
1216

1317
- Bumped MSRV to 1.82 due to refactors to use methods like `Box::new_uninit`.
@@ -165,7 +169,8 @@ and this project adheres to
165169

166170
- First public release.
167171

168-
[Unreleased]: https://github.com/ComunidadAylas/vorbis-rs/compare/v0.5.4...HEAD
172+
[Unreleased]: https://github.com/ComunidadAylas/vorbis-rs/compare/v0.5.5...HEAD
173+
[0.5.5]: https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.5.5
169174
[0.5.4]: https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.5.4
170175
[0.5.3]: https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.5.3
171176
[0.5.2]: https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.5.2

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ edition = "2021"
1010
rust-version = "1.82.0"
1111

1212
[workspace.dependencies]
13-
aotuv_lancer_vorbis_sys = { version = "0.1.4", path = "packages/aotuv_lancer_vorbis_sys" }
14-
ogg_next_sys = { version = "0.1.3", path = "packages/ogg_next_sys" }
13+
aotuv_lancer_vorbis_sys = { version = "0.1.5", path = "packages/aotuv_lancer_vorbis_sys" }
14+
ogg_next_sys = { version = "0.1.4", path = "packages/ogg_next_sys" }
1515

1616
cc = "1.2.4"
1717
bindgen = "0.71.1"

packages/aotuv_lancer_vorbis_sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "aotuv_lancer_vorbis_sys"
33
description = "Low-level FFI bindings for libvorbis, vorbisfile, and libvorbisenc C libraries with the aoTuV and Lancer patches"
44
authors.workspace = true
55
license.workspace = true
6-
version = "0.1.4"
6+
version = "0.1.5"
77
readme = "../../README.md"
88
repository.workspace = true
99
documentation = "https://docs.rs/aotuv_lancer_vorbis_sys"

packages/ogg_next_sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "ogg_next_sys"
33
description = "Updated low-level FFI bindings for the upstream libogg C library"
44
authors.workspace = true
55
license.workspace = true
6-
version = "0.1.3"
6+
version = "0.1.4"
77
readme = "../../README.md"
88
repository.workspace = true
99
documentation = "https://docs.rs/ogg_next_sys"

packages/vorbis_rs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "vorbis_rs"
33
description = "Ogg Vorbis stream encoding and decoding powered by high-level bindings for best-in-breed C libraries"
44
authors.workspace = true
55
license.workspace = true
6-
version = "0.5.4"
6+
version = "0.5.5"
77
readme = "../../README.md"
88
repository.workspace = true
99
documentation = "https://docs.rs/vorbis_rs"

0 commit comments

Comments
 (0)