Skip to content

Commit

Permalink
Version 4.5.1
Browse files Browse the repository at this point in the history
This release just contains fixes.
  • Loading branch information
sirhcel committed Sep 20, 2024
1 parent 30c8001 commit 25b6acb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,18 @@ project adheres to [Semantic Versioning](https://semver.org/).
### Added
### Changed
### Fixed
### Removed


## [4.5.1] - 2024-09-20

### Fixed

* Fix ignoring errors from setting baud rate and ignoring unsupported baud
rates.
[#213](https://github.com/serialport/serialport-rs/pull/213)
* Remove leftover debug output from `posix::poll::wait_fd`.
[#216](https://github.com/serialport/serialport-rs/pull/216)
### Removed


## [4.5.0] - 2024-08-05
Expand Down Expand Up @@ -435,6 +441,7 @@ Unreleased, happened due to a user error using `cargo-release`.


[Unreleased]: https://github.com/serialport/serialport-rs/compare/v4.5.0...HEAD
[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
[4.3.0]: https://github.com/serialport/serialport-rs/compare/v4.2.2...v4.3.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.1-alpha.0"
version = "4.5.1"
authors = [
"Bryant Mairs <[email protected]>",
"Jesse Braham <[email protected]>",
Expand Down

0 comments on commit 25b6acb

Please sign in to comment.