From aa9b288fcf2aa593bf9a1c6dce5d815f0a69ebe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Gonz=C3=A1lez?= Date: Fri, 13 Dec 2024 19:55:14 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20package=20versions=20and=20chan?= =?UTF-8?q?gelog=20for=20new=20releases=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 ++++++- 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, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e741a41..cd63f42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to ## [Unreleased] +No changes yet. + +## [0.5.5] - 2024-12-13 + ### Changed - Bumped MSRV to 1.82 due to refactors to use methods like `Box::new_uninit`. @@ -165,7 +169,8 @@ and this project adheres to - First public release. -[Unreleased]: https://github.com/ComunidadAylas/vorbis-rs/compare/v0.5.4...HEAD +[Unreleased]: https://github.com/ComunidadAylas/vorbis-rs/compare/v0.5.5...HEAD +[0.5.5]: https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.5.5 [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 diff --git a/Cargo.toml b/Cargo.toml index ef24d51..6cef285 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,8 +10,8 @@ edition = "2021" rust-version = "1.82.0" [workspace.dependencies] -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" } +aotuv_lancer_vorbis_sys = { version = "0.1.5", path = "packages/aotuv_lancer_vorbis_sys" } +ogg_next_sys = { version = "0.1.4", path = "packages/ogg_next_sys" } cc = "1.2.4" bindgen = "0.71.1" diff --git a/packages/aotuv_lancer_vorbis_sys/Cargo.toml b/packages/aotuv_lancer_vorbis_sys/Cargo.toml index b4d492d..d12beb0 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.4" +version = "0.1.5" 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 0b1418a..bfb6867 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.3" +version = "0.1.4" 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 ae9ff04..4900ea8 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.4" +version = "0.5.5" readme = "../../README.md" repository.workspace = true documentation = "https://docs.rs/vorbis_rs"