Skip to content

Commit

Permalink
chore: bump things for vorbis-rs v0.5.4 release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed Dec 10, 2023
1 parent d9a6583 commit c2d2a3a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,22 @@ and this project adheres to

## [Unreleased]

No changes yet.

## [0.5.4] - 2023-12-10

### Changed

- Added `documentation` metadata to the project workspace packages to make the
documentation slightly more discoverable on `crates.io`.

### Fixed

- Fixed `libvorbis` patch errata corrections not applying due to
`aotuv_lancer_vorbis_sys` not being bumped in concert with `vorbis_rs`.
`aotuv_lancer_vorbis_sys` and `ogg_next_sys` had their version bumped to
apply this patch and other project README and metadata changes.

## [0.5.3] - 2023-12-10

### Added
Expand Down Expand Up @@ -136,7 +147,8 @@ and this project adheres to

- First public release.

[Unreleased]: https://github.com/ComunidadAylas/vorbis-rs/compare/v0.5.3...HEAD
[Unreleased]: https://github.com/ComunidadAylas/vorbis-rs/compare/v0.5.4...HEAD
[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
[0.5.1]: https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.5.1
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ edition = "2021"
rust-version = "1.64.0"

[workspace.dependencies]
aotuv_lancer_vorbis_sys = { version = "0.1.3", path = "packages/aotuv_lancer_vorbis_sys" }
ogg_next_sys = { version = "0.1.2", path = "packages/ogg_next_sys" }
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" }

cc = "1.0.83"
bindgen = "0.69.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/aotuv_lancer_vorbis_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3"
version = "0.1.4"
readme = "../../README.md"
repository.workspace = true
documentation = "https://docs.rs/aotuv_lancer_vorbis_sys"
Expand Down
2 changes: 1 addition & 1 deletion packages/ogg_next_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2"
version = "0.1.3"
readme = "../../README.md"
repository.workspace = true
documentation = "https://docs.rs/ogg_next_sys"
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.workspace = true
license.workspace = true
version = "0.5.3"
version = "0.5.4"
readme = "../../README.md"
repository.workspace = true
documentation = "https://docs.rs/vorbis_rs"
Expand Down

0 comments on commit c2d2a3a

Please sign in to comment.