Skip to content

Commit

Permalink
Version 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sirhcel authored and eldruin committed Oct 22, 2024
1 parent 93fd707 commit c3743e2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand All @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serialport"
version = "4.5.2-alpha.0"
version = "4.6.0"
authors = [
"Bryant Mairs <[email protected]>",
"Jesse Braham <[email protected]>",
Expand Down

0 comments on commit c3743e2

Please sign in to comment.