From 17b93ef51bb8decd198b1030608606818904b12a Mon Sep 17 00:00:00 2001 From: Christian Meusel Date: Mon, 13 Jan 2025 22:11:26 +0100 Subject: [PATCH 1/2] Release 4.7.1 --- CHANGELOG.md | 12 +++++++++--- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1462a18..5fba98ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] ### Added +### Changed +### Fixed +### Removed + + +## [4.7.0] - 2025-01-13 + ### Changed * Enumerate ports from more subsystems on Linux without libudev. @@ -21,8 +28,6 @@ project adheres to [Semantic Versioning](https://semver.org/). * Retry flushing data on `EINTR` up to the ports read/write timeout. [#225](https://github.com/serialport/serialport-rs/pull/225) -### Removed - ## [4.6.1] - 2024-12-01 @@ -488,7 +493,8 @@ Unreleased, happened due to a user error using `cargo-release`. * Initial release. -[Unreleased]: https://github.com/serialport/serialport-rs/compare/v4.6.1...HEAD +[Unreleased]: https://github.com/serialport/serialport-rs/compare/v4.7.0...HEAD +[4.7.0]: https://github.com/serialport/serialport-rs/compare/v4.6.1...v4.7.0 [4.6.1]: https://github.com/serialport/serialport-rs/compare/v4.6.0...v4.6.1 [4.6.0]: https://github.com/serialport/serialport-rs/compare/v4.5.1...v4.6.0 [4.5.1]: https://github.com/serialport/serialport-rs/compare/v4.5.0...v4.5.1 diff --git a/Cargo.toml b/Cargo.toml index 9ab079e3..fbbe399a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serialport" -version = "4.6.2-alpha.0" +version = "4.7.0" authors = [ "Bryant Mairs ", "Jesse Braham ", From 81f31070a9f9ba5c1c8177a9ddb9724cb279d047 Mon Sep 17 00:00:00 2001 From: Christian Meusel Date: Mon, 13 Jan 2025 22:12:20 +0100 Subject: [PATCH 2/2] Bump version after release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fbbe399a..32d49ca5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serialport" -version = "4.7.0" +version = "4.7.1-alpha.0" authors = [ "Bryant Mairs ", "Jesse Braham ",