diff --git a/CHANGELOG.md b/CHANGELOG.md index af482fb..bdc5de5 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.11.4] - 2023-08-23 + ### Changed - Unpin `serde` and update to `1.0.185`, which resolved the issue in `serde_derive` . Also, raised the version of `time` as it pinned the serde version as well. @@ -242,7 +244,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.11.3...HEAD +[Unreleased]: https://github.com/dnaka91/obws/compare/v0.11.4...HEAD +[0.11.4]: https://github.com/dnaka91/obws/compare/v0.11.3...v0.11.4 [0.11.3]: https://github.com/dnaka91/obws/compare/v0.11.2...v0.11.3 [0.11.2]: https://github.com/dnaka91/obws/compare/v0.11.1...v0.11.2 [0.11.1]: https://github.com/dnaka91/obws/compare/v0.11.0...v0.11.1 diff --git a/Cargo.toml b/Cargo.toml index 11a5835..fdce933 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "obws" -version = "0.11.3" +version = "0.11.4" authors = ["Dominik Nakamura "] edition = "2021" rust-version = "1.68" diff --git a/README.md b/README.md index 8e2877f..863b5f2 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.11.3` or add it manually to your +Add `obws` to your project with `cargo add obws@0.11.4` or add it manually to your `Cargo.toml`: ```toml [dependencies] -obws = "0.11.3" +obws = "0.11.4" ``` In addition, you will need to use the latest [tokio](https://tokio.rs) runtime to use this library