Skip to content

Latest commit

 

History

History
83 lines (61 loc) · 2.72 KB

CHANGELOG.asciidoc

File metadata and controls

83 lines (61 loc) · 2.72 KB

Change log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[4.3.3] 2019-11-24

Changed

  • @Darksonn bumped tokio dependencies to version 0.2.0 and cleaned up some dependencies in PR [#24](berkowski#24)

[4.3.3-alpha.6] 2019-11-15

Changed

  • @Darksonn bumped tokio dependencies to version 0.2.0-alpha.6 in PR [#23](berkowski#23)

  • Updated README.md to include latest tokio-serial version numbers for both tokio 0.1 and 0.2-alpha based libraries.

[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](berkowski#19) and [#21](berkowski#21) respectively

  • @D1plo1d bumped the tokio dependency to 0.2.0-alpha.2 in [#22](berkowski#21)

[3.3.0] 2019-08-23

[3.2.14] 2019-06-01

Changed

changed

  • Merged [#17](berkowski#17) @nanpuyue updated the printline example.

[3.2] 2019-01-12

Changed

[3.1.1] 2019-01-12

Changed

[3.1.0] - 2018-11-10

changed

  • Bumped mio-serial dependency to 3.1

[3.0.0] - 2018-10-06

changed

  • Bumped mio-serial dependency to 3.0

[0.8.0] - 2018-04-27

changed

  • Migrated to tokio 0.1 with #9 and #10 Thanks, lnicola!

  • Bumped mio-serial dependency to 0.8

[0.7.0] - UNRELEASED

added

  • Windows support (through mio-serial 0.7)

  • Appveyor testing support

changed

  • Bumped mio-serial dependency to 0.7

[0.6.0] - 2017-11-28

added

  • Re-exporting mio_serial::Error (itself a re-export of serialport::Error)

changed

  • Bumped mio-serial dependency to 0.6

[0.5.0] - 2017-05-18

added

  • Added trust CI

  • #1 provided AsyncRead and AsyncWrite impls. Thanks lexxvir!

changed

  • Bumped mio-serial dependency to 0.5 Future releases will track mio-serial versions.