From e5eb0a7c707a7c4da12da54d4613795bca5cab06 Mon Sep 17 00:00:00 2001 From: Maarten de Vries Date: Sun, 10 Nov 2024 23:30:11 +0100 Subject: [PATCH] Bump version to 0.1.14. --- CHANGELOG | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7eefe56..42a4158 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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). diff --git a/Cargo.lock b/Cargo.lock index 200ab66..e44fa4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -164,7 +164,7 @@ dependencies = [ [[package]] name = "serial2-tokio" -version = "0.1.13" +version = "0.1.14" dependencies = [ "libc", "serial2", diff --git a/Cargo.toml b/Cargo.toml index 19c7ebb..15c96a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"