diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b4b963..b343642 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.14.0] - 2025-01-01 + ### Added - New features from obs-websocket [v5.5.0](https://github.com/obsproject/obs-websocket/releases/tag/5.5.0) @@ -297,7 +299,8 @@ is currently in progress on the `v5-api` branch and the release is expected to b - Initial release. -[Unreleased]: https://github.com/dnaka91/obws/compare/v0.13.0...HEAD +[Unreleased]: https://github.com/dnaka91/obws/compare/v0.14.0...HEAD +[0.14.0]: https://github.com/dnaka91/obws/compare/v0.13.0...v0.14.0 [0.13.0]: https://github.com/dnaka91/obws/compare/v0.12.0...v0.13.0 [0.12.0]: https://github.com/dnaka91/obws/compare/v0.11.5...v0.12.0 [0.11.5]: https://github.com/dnaka91/obws/compare/v0.11.4...v0.11.5 diff --git a/Cargo.toml b/Cargo.toml index 4bdcf9b..0044786 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "obws" -version = "0.13.0" +version = "0.14.0" authors = ["Dominik Nakamura "] edition = "2021" rust-version = "1.70" diff --git a/README.md b/README.md index 1ff9d6d..36365ef 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,12 @@ Remote control OBS with the [obs-websocket] plugin from Rust 🦀. ## Usage -Add `obws` to your project with `cargo add obws@0.13.0` or add it manually to your +Add `obws` to your project with `cargo add obws@0.14.0` or add it manually to your `Cargo.toml`: ```toml [dependencies] -obws = "0.13.0" +obws = "0.14.0" ``` In addition, you will need to use the latest [tokio](https://tokio.rs) runtime to use this library