Bump up version number to 0.3.0

This commit is contained in:
Dominik Nakamura 2021-01-11 17:43:11 +09:00
parent c4d319cca5
commit 737a9b4205
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.3.0] - 2021-01-11
### Added
- Github actions added to run automated tests and lints on each commit.
@ -57,6 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release.
[Unreleased]: https://github.com/dnaka91/obws/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/dnaka91/obws/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/dnaka91/obws/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/dnaka91/obws/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/dnaka91/obws/releases/tag/v0.1.0

View file

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