Skip to content

Commit 37a6600

Browse files
sirhceleldruin
authored andcommitted
Release 4.7.1
1 parent 565adf9 commit 37a6600

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,19 @@ project adheres to [Semantic Versioning](https://semver.org/).
99

1010
### Added
1111
### Changed
12+
### Fixed
13+
### Removed
14+
15+
16+
## [4.7.1] - 2025-03-25
17+
1218
### Fixed
1319

1420
* Parsing serial numbers with underscore from Windows HWIDs
1521
[#253](https://github.com/serialport/serialport-rs/issues/253)
1622
* Enumerate Bluetooth serial devices (RFCOMM) on Linux too.
1723
[#246](https://github.com/serialport/serialport-rs/issues/246)
1824

19-
### Removed
20-
2125

2226
## [4.7.0] - 2025-01-13
2327

@@ -499,7 +503,8 @@ Unreleased, happened due to a user error using `cargo-release`.
499503
* Initial release.
500504

501505

502-
[Unreleased]: https://github.com/serialport/serialport-rs/compare/v4.7.0...HEAD
506+
[Unreleased]: https://github.com/serialport/serialport-rs/compare/v4.7.1...HEAD
507+
[4.7.1]: https://github.com/serialport/serialport-rs/compare/v4.7.0...v4.7.1
503508
[4.7.0]: https://github.com/serialport/serialport-rs/compare/v4.6.1...v4.7.0
504509
[4.6.1]: https://github.com/serialport/serialport-rs/compare/v4.6.0...v4.6.1
505510
[4.6.0]: https://github.com/serialport/serialport-rs/compare/v4.5.1...v4.6.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "serialport"
3-
version = "4.7.1-alpha.0"
3+
version = "4.7.1"
44
authors = [
55
"Bryant Mairs <[email protected]>",
66
"Jesse Braham <[email protected]>",

0 commit comments

Comments
 (0)