Skip to content

Commit

Permalink
bump version and update CHANGELOG.md prior to release
Browse files Browse the repository at this point in the history
  • Loading branch information
berkowski committed Jul 22, 2021
1 parent 3e415b9 commit ca9d860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [5.4.0-beta2] UNRELEASED
## [5.4.0-beta2] 2021-07-22

### Changed
- Renamed `SerialPortBuilderExt::open_async` to `SerialPortBuilderExt::open_native_async` to reflect the original
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 = "5.4.0-beta1"
version = "5.4.0-beta2"
authors = ["Zac Berkowitz <zac.berkowitz@gmail.com>"]
description = "A serial port implementation for tokio"
license = "MIT"
Expand Down

0 comments on commit ca9d860

Please sign in to comment.