From 4b9413dee17fd98a171d2969a7b7b32359b56d13 Mon Sep 17 00:00:00 2001 From: Maarten de Vries Date: Fri, 13 Sep 2024 11:01:33 +0200 Subject: [PATCH] Bump version to 0.2.27. --- CHANGELOG | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c99fde4..b747272 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -# Unreleased +# Version 0.2.27 - 2024-09-13 - [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). diff --git a/Cargo.toml b/Cargo.toml index c4cc785..e799b6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serial2" -version = "0.2.26" +version = "0.2.27" description = "Cross platform serial ports" license = "BSD-2-Clause OR Apache-2.0" repository = "https://github.com/de-vri-es/serial2-rs"