Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
d-k-bo committed Oct 21, 2024
1 parent c36abce commit 685ae99
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2] - 2024-10-21

### Added

- Support libopusenc's pull/`get_page`-based API ([#3](https://github.com/d-k-bo/opusenc-rs/pull/3))
Expand Down Expand Up @@ -34,7 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[Unreleased]: https://github.com/d-k-bo/opusenc-rs/compare/v0.2.1...HEAD
[Unreleased]: https://github.com/d-k-bo/opusenc-rs/compare/v0.2.2...HEAD
[0.2.2]: https://github.com/d-k-bo/opusenc-rs/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/d-k-bo/opusenc-rs/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/d-k-bo/opusenc-rs/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/d-k-bo/opusenc-rs/releases/tag/v0.1.0
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [".", "opusenc-sys"]

[package]
name = "opusenc"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
authors = ["d-k-bo <[email protected]>"]
description = "High-level bindings for libopusenc."
Expand All @@ -19,7 +19,7 @@ encoder-options = []
[dependencies]
cstr = "0.2.11"
num_enum = "0.7.2"
opusenc-sys = { version = "0.2.1", path = "opusenc-sys" }
opusenc-sys = { version = "0.2.2", path = "opusenc-sys" }

[dev-dependencies]
hound = "3.5.1"
Expand Down
2 changes: 1 addition & 1 deletion opusenc-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "opusenc-sys"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
authors = ["d-k-bo <[email protected]>"]
description = "Low-level bindings for libopusenc."
Expand Down

0 comments on commit 685ae99

Please sign in to comment.