From eaeff338aebd5b8d29349fe1af195d3d506b3d6b Mon Sep 17 00:00:00 2001 From: Christian Meusel Date: Mon, 11 Dec 2023 17:41:06 +0100 Subject: [PATCH] Version 4.3.0 --- CHANGELOG.md | 9 ++++++++- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fabe701e..485fc4c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] ### Added +### Changed +### Fixed +### Removed + +## [4.3.0] - 2023-12-11 + ### Changed * Raise MSRV from 1.56.1 to 1.59.0 and Rust edition from 2018 to 2021. @@ -370,7 +376,8 @@ Unreleased, happened due to a user error using `cargo-release`. * Initial release. -[Unreleased]: https://github.com/serialport/serialport-rs/compare/v4.2.2...HEAD +[Unreleased]: https://github.com/serialport/serialport-rs/compare/v4.3.0...HEAD +[4.3.0]: https://github.com/serialport/serialport-rs/compare/v4.2.2...v4.3.0 [4.2.2]: https://github.com/serialport/serialport-rs/compare/v4.2.1...v4.2.2 [4.2.1]: https://github.com/serialport/serialport-rs/compare/v4.2.0...v4.2.1 [4.2.0]: https://github.com/serialport/serialport-rs/compare/v4.1.0...v4.2.0 diff --git a/Cargo.toml b/Cargo.toml index 505a8c20..d9ae6c2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serialport" -version = "4.2.3-alpha.0" +version = "4.3.0" authors = [ "Bryant Mairs ", "Jesse Braham ",