Skip to content

Commit

Permalink
chore: bump vorbis_rs to 0.5.0 for release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed Nov 25, 2023
1 parent 3fff44e commit 5cf7380
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/vorbis_rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
license = "BSD-3-Clause"
version = "0.5.0"
version = "0.5.1"
readme = "../../README.md"
repository = "https://github.com/ComunidadAylas/vorbis-rs"
edition = "2021"
Expand Down

0 comments on commit 5cf7380

Please sign in to comment.