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 Jan 21, 2024
1 parent 2677b42 commit 1a8dfe1
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.1] - 2024-01-21

### Changed

- `opusenc` now correctly depends on the latest version of `opusenc-sys`
Expand All @@ -28,6 +30,7 @@ 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.0...HEAD
[Unreleased]: https://github.com/d-k-bo/opusenc-rs/compare/v0.2.1...HEAD
[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.0"
version = "0.2.1"
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.0", path = "opusenc-sys" }
opusenc-sys = { version = "0.2.1", path = "opusenc-sys" }

[[package.metadata.release.pre-release-replacements]]
file = "CHANGELOG.md"
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.0"
version = "0.2.1"
edition = "2021"
authors = ["d-k-bo <[email protected]>"]
description = "Low-level bindings for libopusenc."
Expand Down

0 comments on commit 1a8dfe1

Please sign in to comment.