From f08864792d209ae15441abd8bf4812ef0b5f2fb2 Mon Sep 17 00:00:00 2001 From: Dominik Nakamura Date: Sat, 27 Mar 2021 10:36:41 +0900 Subject: [PATCH] Bump up version number to 0.7.0 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e2c25a..1b94a53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 93e619a..751b166 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "obws" -version = "0.6.0" +version = "0.7.0" authors = ["Dominik Nakamura "] edition = "2018" license = "MIT" diff --git a/README.md b/README.md index af1a711..fa5d2e4 100644 --- a/README.md +++ b/README.md @@ -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