diff --git a/CHANGELOG.md b/CHANGELOG.md index e1462a1..5fba98e 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 9ab079e..32d49ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serialport" -version = "4.6.2-alpha.0" +version = "4.7.1-alpha.0" authors = [ "Bryant Mairs ", "Jesse Braham ",