Bump up version number to 0.7.0

This commit is contained in:
Dominik Nakamura 2021-03-27 10:36:41 +09:00
parent 85a309954d
commit f08864792d
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.7.0] - 2021-03-27
### Changed
- The `open_projector`] request now accepts a struct for geometry to define the projector window
@ -125,7 +127,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.6.0...HEAD
[Unreleased]: https://github.com/dnaka91/obws/compare/v0.7.0...HEAD
[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
[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

View file

@ -1,6 +1,6 @@
[package]
name = "obws"
version = "0.6.0"
version = "0.7.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.6.0"
obws = "0.7.0"
```
In addition, you will need to use the [tokio](https://tokio.rs) runtime (currently `v0.3.x`), to