Bump up version number to 0.12.0

main v0.12.0
Dominik Nakamura 2 weeks ago
parent 27f760033d
commit 69e9a3b2be
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 -->
## [Unreleased] - ReleaseDate
## [0.12.0] - 2024-05-04
### Added
- New features from obs-websocket [v5.3.0](https://github.com/obsproject/obs-websocket/releases/tag/5.3.0)
@ -270,7 +272,8 @@ is currently in progress on the `v5-api` branch and the release is expected to b
- Initial release.
<!-- next-url -->
[Unreleased]: https://github.com/dnaka91/obws/compare/v0.11.5...HEAD
[Unreleased]: https://github.com/dnaka91/obws/compare/v0.12.0...HEAD
[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
[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

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

@ -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.5` or add it manually to your
Add `obws` to your project with `cargo add obws@0.12.0` or add it manually to your
`Cargo.toml`:
```toml
[dependencies]
obws = "0.11.5"
obws = "0.12.0"
```
In addition, you will need to use the latest [tokio](https://tokio.rs) runtime to use this library

Loading…
Cancel
Save