Skip to content

Commit

Permalink
chore: bump vorbis_rs to 0.5.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed Aug 6, 2023
1 parent 0cc4c5a commit 7559854
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.0] - 2023-08-06

### Changed

- The `VorbisEncoderBuilder::build` method now has a mutable reference receiver,
Expand Down Expand Up @@ -85,7 +89,8 @@ and this project adheres to

- First public release

[Unreleased]: https://github.com/ComunidadAylas/vorbis-rs/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/ComunidadAylas/vorbis-rs/compare/v0.5.0...HEAD
[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
[0.2.0]: https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.2.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 <me@alegon.dev>"]
license = "BSD-3-Clause"
version = "0.4.0"
version = "0.5.0"
readme = "../../README.md"
repository = "https://github.com/ComunidadAylas/vorbis-rs"
edition = "2021"
Expand Down

0 comments on commit 7559854

Please sign in to comment.