Skip to content

Commit

Permalink
Release 4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sirhcel authored and eldruin committed Jan 13, 2025
1 parent 88bdbd5 commit 4f8e46b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

Expand Down Expand Up @@ -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
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.6.2-alpha.0"
version = "4.7.0"
authors = [
"Bryant Mairs <[email protected]>",
"Jesse Braham <[email protected]>",
Expand Down

0 comments on commit 4f8e46b

Please sign in to comment.