Skip to content

Commit

Permalink
Bump version to 0.2.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es committed Oct 16, 2023
1 parent d9c6876 commit f8c55c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.2.7 - 2023-10-16
- [add][minor] Add the `"unix"` crate feature to enable Unix specific extensions.
- [add][minor] Add the `"windows"` crate feature to enable Windows specific extensions.
- [add][minor] Add `Settings::as_raw_termios()` and `as_raw_termios_mut()` on Unix platforms.
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 = "serial2"
version = "0.2.6"
version = "0.2.7"
description = "Cross platform serial ports"
license = "BSD-2-Clause OR Apache-2.0"
repository = "https://github.com/de-vri-es/serial2-rs"
Expand Down

0 comments on commit f8c55c7

Please sign in to comment.