Bump up version number to 0.6.0

This commit is contained in:
Dominik Nakamura 2021-03-16 16:16:21 +09:00
parent 143c7caa08
commit 34479517d7
No known key found for this signature in database
GPG key ID: E4C6A749B2491910
3 changed files with 6 additions and 3 deletions

View file

@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] - ReleaseDate
## [0.6.0] - 2021-03-16
### Added
- If the connection to obs-websocket is lost, a `Event::ServerStopped` event is sent to signal the
@ -112,7 +114,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release.
[Unreleased]: https://github.com/dnaka91/obws/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/dnaka91/obws/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/dnaka91/obws/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/dnaka91/obws/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/dnaka91/obws/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/dnaka91/obws/compare/v0.2.0...v0.3.0

View file

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

View file

@ -25,7 +25,7 @@ Add `obws` to your project with `cargo add obws` (needs [cargo-edit]) or add it
```toml
[dependencies]
obws = "0.5.0"
obws = "0.6.0"
```
In addition, you will need to use the [tokio](https://tokio.rs) runtime (currently `v0.3.x`), to