diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b03135..798bf86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to ## [Unreleased] +No changes yet. + +## [0.5.1] - 2023-11-25 + ### Fixed - `VorbisEncoder::encode_audio_block` no longer causes a stack overflow in @@ -102,7 +106,8 @@ and this project adheres to - First public release. -[Unreleased]: https://github.com/ComunidadAylas/vorbis-rs/compare/v0.5.0...HEAD +[Unreleased]: https://github.com/ComunidadAylas/vorbis-rs/compare/v0.5.1...HEAD +[0.5.1]: https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.5.1 [0.5.0]: https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.5.0 [0.4.0]: https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.4.0 [0.3.0]: https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.3.0 diff --git a/packages/vorbis_rs/Cargo.toml b/packages/vorbis_rs/Cargo.toml index 3038700..4239584 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 = ["Alejandro González "] license = "BSD-3-Clause" -version = "0.5.0" +version = "0.5.1" readme = "../../README.md" repository = "https://github.com/ComunidadAylas/vorbis-rs" edition = "2021"