diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d31e86..ba3d385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] + +### Added +### Changed +### Fixed +### Removed + + +## [4.6.0] - 2024-10-21 + ### Added * Add recommendation on how to interpret `UsbPortInfo::interface_number`. @@ -31,8 +40,6 @@ project adheres to [Semantic Versioning](https://semver.org/). OS. [#218](https://github.com/serialport/serialport-rs/pull/218) -### Removed - ## [4.5.1] - 2024-09-20 @@ -462,7 +469,8 @@ Unreleased, happened due to a user error using `cargo-release`. * Initial release. -[Unreleased]: https://github.com/serialport/serialport-rs/compare/v4.5.0...HEAD +[Unreleased]: https://github.com/serialport/serialport-rs/compare/v4.6.0...HEAD +[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 [4.5.0]: https://github.com/serialport/serialport-rs/compare/v4.4.0...v4.5.0 [4.4.0]: https://github.com/serialport/serialport-rs/compare/v4.3.0...v4.4.0 diff --git a/Cargo.toml b/Cargo.toml index 749c49d..a643988 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serialport" -version = "4.5.2-alpha.0" +version = "4.6.0" authors = [ "Bryant Mairs ", "Jesse Braham ",