Bump up version number to 0.9.0

pull/18/head v0.9.0
Dominik Nakamura 3 years ago
parent 2b42c702b6
commit 8f19df26f6
No known key found for this signature in database
GPG Key ID: E4C6A749B2491910

@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] - ReleaseDate
## [0.9.0] - 2021-12-20
This is going to be the last release before the upcoming **obs-websocket v5.0** release. Support
is currently in progress on the `v5-api` branch and the release is expected to be soon.
@ -173,7 +175,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.8.0...HEAD
[Unreleased]: https://github.com/dnaka91/obws/compare/v0.9.0...HEAD
[0.9.0]: https://github.com/dnaka91/obws/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/dnaka91/obws/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/dnaka91/obws/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/dnaka91/obws/compare/v0.5.0...v0.6.0

@ -1,6 +1,6 @@
[package]
name = "obws"
version = "0.8.0"
version = "0.9.0"
authors = ["Dominik Nakamura <dnaka91@gmail.com>"]
edition = "2018"
license = "MIT"

@ -35,7 +35,7 @@ Add `obws` to your project with `cargo add obws` (needs [cargo-edit]) or add it
```toml
[dependencies]
obws = "0.8.0"
obws = "0.9.0"
```
In addition, you will need to use the latest [tokio](https://tokio.rs) runtime to use this library

Loading…
Cancel
Save