diff --git a/CHANGELOG.md b/CHANGELOG.md index f1c4409..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`. @@ -18,6 +27,9 @@ project adheres to [Semantic Versioning](https://semver.org/). * Switched from core-foundation-sys to core-foundation for more conveniently working with Core Foundation types for enumeration on macOS. [#218](https://github.com/serialport/serialport-rs/pull/218) +* Refactored output from example `list_ports` (alignment and order) for easily + comparing different runs. + [#220](https://github.com/serialport/serialport-rs/pull/220) ### Fixed @@ -28,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 @@ -459,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..b7d0af2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serialport" -version = "4.5.2-alpha.0" +version = "4.6.1-alpha.0" authors = [ "Bryant Mairs ", "Jesse Braham ",