Skip to content

Commit

Permalink
chore: bump vorbis_rs to 0.2.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed Feb 8, 2023
1 parent e89c7de commit 2c6155d
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.2.0] - 2023-02-08

### Fixed

- Prevented `VorbisDecoder` from accepting `Read` implementations that borrow
Expand Down Expand Up @@ -46,5 +50,6 @@ and this project adheres to

- First public release

[Unreleased]: https://github.com/ComunidadAylas/vorbis-rs/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/ComunidadAylas/vorbis-rs/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.2.0
[0.1.0]: https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.1.0
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.1.0"
version = "0.2.0"
readme = "../../README.md"
repository = "https://github.com/ComunidadAylas/vorbis-rs"
edition = "2021"
Expand Down

0 comments on commit 2c6155d

Please sign in to comment.