Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 4.6.1 #230

Merged
merged 2 commits into from
Dec 1, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Release 4.6.1
sirhcel committed Dec 1, 2024
commit d856638da86ee544dcab69b7cac7b67154f8e377
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -9,13 +9,17 @@ project adheres to [Semantic Versioning](https://semver.org/).

### Added
### Changed
### Fixed
### Removed


## [4.6.1] - 2024-12-01

### Fixed

* Pin subdependeny `libc` to maintain compatibility with MSRV 1.59.0.
[#229](https://github.com/serialport/serialport-rs/pull/229)

### Removed


## [4.6.0] - 2024-10-21

@@ -473,7 +477,8 @@ Unreleased, happened due to a user error using `cargo-release`.
* Initial release.


[Unreleased]: https://github.com/serialport/serialport-rs/compare/v4.6.0...HEAD
[Unreleased]: https://github.com/serialport/serialport-rs/compare/v4.6.1...HEAD
[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
[4.5.0]: https://github.com/serialport/serialport-rs/compare/v4.4.0...v4.5.0
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.1-alpha.0"
version = "4.6.1"
authors = [
"Bryant Mairs <[email protected]>",
"Jesse Braham <[email protected]>",