Skip to content

Commit

Permalink
Bump version to 0.1.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es committed Nov 10, 2024
1 parent 15196eb commit e5eb0a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# Version 0.1.14 - 2024-11-10
- [fix][minor] Fix verification of applied settings on iOS and macOS.
- [fix][minor] Allow for a 2.5% deviation in actual baud rate when applying settings on Unix.
- [add][minor] Implement `Debug` for `SerialPort` showing the underlying file descriptor (Unix) or handle (Windows).
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serial2-tokio"
version = "0.1.13"
version = "0.1.14"
description = "cross platform serial ports for tokio based on the serial2 crate"
repository = "https://github.com/de-vri-es/serial2-tokio-rs"
documentation = "https://docs.rs/serial2-tokio"
Expand Down

0 comments on commit e5eb0a7

Please sign in to comment.