Bump up version number to 0.8.0

pull/14/head v0.8.0
Dominik Nakamura 3 years ago
parent 01170e5f08
commit c29e500578
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.8.0] - 2021-06-14
### Added
- Dependabot is now used to create new PRs for version updates in cargo and GitHub Actions.
@ -149,7 +151,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.7.0...HEAD
[Unreleased]: https://github.com/dnaka91/obws/compare/v0.8.0...HEAD
[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
[0.5.0]: https://github.com/dnaka91/obws/compare/v0.4.0...v0.5.0

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

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

Loading…
Cancel
Save