Skip to content

Commit

Permalink
Version 4.4.0
Browse files Browse the repository at this point in the history
We've added new trait implementations for configuration parameter types
which makes this release a minor step.
  • Loading branch information
sirhcel authored and eldruin committed Jun 27, 2024
1 parent d2f3118 commit aece743
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,23 @@ 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.4.0] - 2024-06-26

### Added
* Add conversions between `DataBits`, `StopBits` types and their numeric
representations.
* Add `FromStr` implementation for `FlowControl`.
[#163](https://github.com/serialport/serialport-rs/pull/163)

### Changed
* Several changes for CI hygiene.

### Fixed
* Fix a bug where `available_ports()` returned disabled devices on Windows.
[#144](https://github.com/serialport/serialport-rs/pull/144)
Expand All @@ -29,8 +39,6 @@ project adheres to [Semantic Versioning](https://semver.org/).
[#186](https://github.com/serialport/serialport-rs/pull/186)


### Removed

## [4.3.0] - 2023-12-11

### Changed
Expand Down Expand Up @@ -396,7 +404,8 @@ Unreleased, happened due to a user error using `cargo-release`.
* Initial release.


[Unreleased]: https://github.com/serialport/serialport-rs/compare/v4.3.0...HEAD
[Unreleased]: https://github.com/serialport/serialport-rs/compare/v4.4.0...HEAD
[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
[4.2.1]: https://github.com/serialport/serialport-rs/compare/v4.2.0...v4.2.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.3.1-alpha.0"
version = "4.4.0"
authors = [
"Bryant Mairs <[email protected]>",
"Jesse Braham <[email protected]>",
Expand Down

0 comments on commit aece743

Please sign in to comment.