From c2d2a3a5aa0a9941e8320dc4ced8534a72e4554b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Gonz=C3=A1lez?= Date: Sun, 10 Dec 2023 16:14:07 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20things=20for=20`vorbis-rs`=20v0?= =?UTF-8?q?.5.4=20release=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 +++++++++++++- Cargo.toml | 4 ++-- packages/aotuv_lancer_vorbis_sys/Cargo.toml | 2 +- packages/ogg_next_sys/Cargo.toml | 2 +- packages/vorbis_rs/Cargo.toml | 2 +- 5 files changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1637598..21ed9ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,22 @@ and this project adheres to ## [Unreleased] +No changes yet. + +## [0.5.4] - 2023-12-10 + ### Changed - Added `documentation` metadata to the project workspace packages to make the documentation slightly more discoverable on `crates.io`. +### Fixed + +- Fixed `libvorbis` patch errata corrections not applying due to + `aotuv_lancer_vorbis_sys` not being bumped in concert with `vorbis_rs`. + `aotuv_lancer_vorbis_sys` and `ogg_next_sys` had their version bumped to + apply this patch and other project README and metadata changes. + ## [0.5.3] - 2023-12-10 ### Added @@ -136,7 +147,8 @@ and this project adheres to - First public release. -[Unreleased]: https://github.com/ComunidadAylas/vorbis-rs/compare/v0.5.3...HEAD +[Unreleased]: https://github.com/ComunidadAylas/vorbis-rs/compare/v0.5.4...HEAD +[0.5.4]: https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.5.4 [0.5.3]: https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.5.3 [0.5.2]: https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.5.2 [0.5.1]: https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.5.1 diff --git a/Cargo.toml b/Cargo.toml index d3cbdbf..4a8a0c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,8 +10,8 @@ edition = "2021" rust-version = "1.64.0" [workspace.dependencies] -aotuv_lancer_vorbis_sys = { version = "0.1.3", path = "packages/aotuv_lancer_vorbis_sys" } -ogg_next_sys = { version = "0.1.2", path = "packages/ogg_next_sys" } +aotuv_lancer_vorbis_sys = { version = "0.1.4", path = "packages/aotuv_lancer_vorbis_sys" } +ogg_next_sys = { version = "0.1.3", path = "packages/ogg_next_sys" } cc = "1.0.83" bindgen = "0.69.1" diff --git a/packages/aotuv_lancer_vorbis_sys/Cargo.toml b/packages/aotuv_lancer_vorbis_sys/Cargo.toml index e38adb2..b7f5091 100644 --- a/packages/aotuv_lancer_vorbis_sys/Cargo.toml +++ b/packages/aotuv_lancer_vorbis_sys/Cargo.toml @@ -3,7 +3,7 @@ name = "aotuv_lancer_vorbis_sys" description = "Low-level FFI bindings for libvorbis, vorbisfile, and libvorbisenc C libraries with the aoTuV and Lancer patches" authors.workspace = true license.workspace = true -version = "0.1.3" +version = "0.1.4" readme = "../../README.md" repository.workspace = true documentation = "https://docs.rs/aotuv_lancer_vorbis_sys" diff --git a/packages/ogg_next_sys/Cargo.toml b/packages/ogg_next_sys/Cargo.toml index 922419d..9919179 100644 --- a/packages/ogg_next_sys/Cargo.toml +++ b/packages/ogg_next_sys/Cargo.toml @@ -3,7 +3,7 @@ name = "ogg_next_sys" description = "Updated low-level FFI bindings for the upstream libogg C library" authors.workspace = true license.workspace = true -version = "0.1.2" +version = "0.1.3" readme = "../../README.md" repository.workspace = true documentation = "https://docs.rs/ogg_next_sys" diff --git a/packages/vorbis_rs/Cargo.toml b/packages/vorbis_rs/Cargo.toml index 663cc6f..307cd6c 100644 --- a/packages/vorbis_rs/Cargo.toml +++ b/packages/vorbis_rs/Cargo.toml @@ -3,7 +3,7 @@ name = "vorbis_rs" description = "Ogg Vorbis stream encoding and decoding powered by high-level bindings for best-in-breed C libraries" authors.workspace = true license.workspace = true -version = "0.5.3" +version = "0.5.4" readme = "../../README.md" repository.workspace = true documentation = "https://docs.rs/vorbis_rs"