Skip to content

Commit

Permalink
chore: bump package versions and changelog for new releases 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed Dec 13, 2024
1 parent 16cc082 commit aa9b288
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 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.5] - 2024-12-13

### Changed

- Bumped MSRV to 1.82 due to refactors to use methods like `Box::new_uninit`.
Expand Down Expand Up @@ -165,7 +169,8 @@ and this project adheres to

- First public release.

[Unreleased]: https://github.com/ComunidadAylas/vorbis-rs/compare/v0.5.4...HEAD
[Unreleased]: https://github.com/ComunidadAylas/vorbis-rs/compare/v0.5.5...HEAD
[0.5.5]: https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.5.5
[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
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.82.0"

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

cc = "1.2.4"
bindgen = "0.71.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.4"
version = "0.1.5"
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.3"
version = "0.1.4"
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.4"
version = "0.5.5"
readme = "../../README.md"
repository.workspace = true
documentation = "https://docs.rs/vorbis_rs"
Expand Down

0 comments on commit aa9b288

Please sign in to comment.