Skip to content

Commit

Permalink
Version 4.5.0
Browse files Browse the repository at this point in the history
We've added the implementation of IntoRawHandle for COMPort which makes
this release a minor step.
  • Loading branch information
sirhcel authored and eldruin committed Aug 5, 2024
1 parent 4bcb745 commit 6c935f8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ 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.5.0] - 2024-08-05

### Added

* Add `IntoRawHandle` implementation for `COMPort`
Expand All @@ -27,7 +35,6 @@ project adheres to [Semantic Versioning](https://semver.org/).
maximum supported value for underlying platform.
[#207](https://github.com/serialport/serialport-rs/issues/207),
[#208](https://github.com/serialport/serialport-rs/pull/208)
### Removed


## [4.4.0] - 2024-06-26
Expand Down Expand Up @@ -422,7 +429,8 @@ Unreleased, happened due to a user error using `cargo-release`.
* Initial release.


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

0 comments on commit 6c935f8

Please sign in to comment.