Skip to content

Commit

Permalink
4.3.3-tokio-0.2.0-alpha.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
berkowski committed Aug 26, 2019
1 parent 1cc4b29 commit 2dbb334
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <zac.berkowitz@gmail.com>"]
description = "A serial port implementation for tokio"
license = "MIT"
Expand Down

0 comments on commit 2dbb334

Please sign in to comment.