diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 979d953..2c54e09 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -6,10 +6,14 @@ The format is based on http://keepachangelog.com/[Keep a Changelog] and this project adheres to http://semver.org/[Semantic Versioning]. -=== [X.X] UNRELEASED +=== [4.3.3-alpha.2] 2019-08-26 +==== Changed * Bumped to tokio dependencies to version 0.2 Majority of work done by @12101111 and @will-w in PR's [#19](https://github.com/berkowski/tokio-serial/pull/19) and [#21](https://github.com/berkowski/tokio-serial/pull/21) respectively +* @D1plo1d bumped the tokio dependency to 0.2.0-alpha.2 in [#22](https://github.com/berkowski/tokio-serial/pull/21) + + === [3.3.0] 2019-08-23 * Bumped [mio-serial](https://gitlab.com/berkowski/mio-serial) to 3.3.0 diff --git a/Cargo.toml b/Cargo.toml index 677709b..3294607 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-serial" -version = "3.3.0-tokio-0.2.0-alpha.2" +version = "4.3.3-tokio-0.2.0-alpha.2" authors = ["Zac Berkowitz "] description = "A serial port implementation for tokio" license = "MIT"