Bump up version number to 0.11.1

main v0.11.1
Dominik Nakamura 1 year ago
parent 46498910ba
commit 62248b741c
No known key found for this signature in database

@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- next-header --> <!-- next-header -->
## [Unreleased] - ReleaseDate ## [Unreleased] - ReleaseDate
## [0.11.1] - 2023-05-22
### Added ### Added
- All client methods now have a doc alias with the original name from the [`obs-websocket` spec](https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md). - All client methods now have a doc alias with the original name from the [`obs-websocket` spec](https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md).
@ -223,7 +225,8 @@ is currently in progress on the `v5-api` branch and the release is expected to b
- Initial release. - Initial release.
<!-- next-url --> <!-- next-url -->
[Unreleased]: https://github.com/dnaka91/obws/compare/v0.11.0...HEAD [Unreleased]: https://github.com/dnaka91/obws/compare/v0.11.1...HEAD
[0.11.1]: https://github.com/dnaka91/obws/compare/v0.11.0...v0.11.1
[0.11.0]: https://github.com/dnaka91/obws/compare/v0.10.0...v0.11.0 [0.11.0]: https://github.com/dnaka91/obws/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/dnaka91/obws/compare/v0.9.1...v0.10.0 [0.10.0]: https://github.com/dnaka91/obws/compare/v0.9.1...v0.10.0
[0.9.1]: https://github.com/dnaka91/obws/compare/v0.9.0...v0.9.1 [0.9.1]: https://github.com/dnaka91/obws/compare/v0.9.0...v0.9.1

@ -1,6 +1,6 @@
[package] [package]
name = "obws" name = "obws"
version = "0.11.0" version = "0.11.1"
authors = ["Dominik Nakamura <dnaka91@gmail.com>"] authors = ["Dominik Nakamura <dnaka91@gmail.com>"]
edition = "2021" edition = "2021"
rust-version = "1.68" rust-version = "1.68"

@ -20,12 +20,12 @@ Remote control OBS with the [obs-websocket] plugin from Rust 🦀.
## Usage ## Usage
Add `obws` to your project with `cargo add obws@0.11.0` or add it manually to your Add `obws` to your project with `cargo add obws@0.11.1` or add it manually to your
`Cargo.toml`: `Cargo.toml`:
```toml ```toml
[dependencies] [dependencies]
obws = "0.11.0" obws = "0.11.1"
``` ```
In addition, you will need to use the latest [tokio](https://tokio.rs) runtime to use this library In addition, you will need to use the latest [tokio](https://tokio.rs) runtime to use this library

Loading…
Cancel
Save