Skip to content

Commit c2d2a3a

Browse files
committed
chore: bump things for vorbis-rs v0.5.4 release 🎉
1 parent d9a6583 commit c2d2a3a

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,22 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
No changes yet.
12+
13+
## [0.5.4] - 2023-12-10
14+
1115
### Changed
1216

1317
- Added `documentation` metadata to the project workspace packages to make the
1418
documentation slightly more discoverable on `crates.io`.
1519

20+
### Fixed
21+
22+
- Fixed `libvorbis` patch errata corrections not applying due to
23+
`aotuv_lancer_vorbis_sys` not being bumped in concert with `vorbis_rs`.
24+
`aotuv_lancer_vorbis_sys` and `ogg_next_sys` had their version bumped to
25+
apply this patch and other project README and metadata changes.
26+
1627
## [0.5.3] - 2023-12-10
1728

1829
### Added
@@ -136,7 +147,8 @@ and this project adheres to
136147

137148
- First public release.
138149

139-
[Unreleased]: https://github.com/ComunidadAylas/vorbis-rs/compare/v0.5.3...HEAD
150+
[Unreleased]: https://github.com/ComunidadAylas/vorbis-rs/compare/v0.5.4...HEAD
151+
[0.5.4]: https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.5.4
140152
[0.5.3]: https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.5.3
141153
[0.5.2]: https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.5.2
142154
[0.5.1]: https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.5.1

Cargo.toml

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

1212
[workspace.dependencies]
13-
aotuv_lancer_vorbis_sys = { version = "0.1.3", path = "packages/aotuv_lancer_vorbis_sys" }
14-
ogg_next_sys = { version = "0.1.2", path = "packages/ogg_next_sys" }
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" }
1515

1616
cc = "1.0.83"
1717
bindgen = "0.69.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.3"
6+
version = "0.1.4"
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.2"
6+
version = "0.1.3"
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.3"
6+
version = "0.5.4"
77
readme = "../../README.md"
88
repository.workspace = true
99
documentation = "https://docs.rs/vorbis_rs"

0 commit comments

Comments
 (0)