Skip to content

Commit 2bff99a

Browse files
committed
Release 4.7.3
1 parent def8939 commit 2bff99a

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ project adheres to [Semantic Versioning](https://semver.org/).
77

88
## [Unreleased]
99

10+
### Added
11+
### Changed
12+
### Fixed
13+
### Removed
14+
15+
## [4.7.3] - 2025-08-24
16+
1017
### Added
1118

1219
* Add support for opening serial ports on windows with an absolute path.
@@ -32,8 +39,6 @@ project adheres to [Semantic Versioning](https://semver.org/).
3239
[#281](https://github.com/serialport/serialport-rs/issues/281)
3340
[#283](https://github.com/serialport/serialport-rs/pull/283)
3441

35-
### Removed
36-
3742

3843
## [4.7.2] - 2025-05-16
3944

@@ -534,7 +539,8 @@ Unreleased, happened due to a user error using `cargo-release`.
534539
* Initial release.
535540

536541

537-
[Unreleased]: https://github.com/serialport/serialport-rs/compare/v4.7.2...HEAD
542+
[Unreleased]: https://github.com/serialport/serialport-rs/compare/v4.7.3...HEAD
543+
[4.7.3]: https://github.com/serialport/serialport-rs/compare/v4.7.2...v4.7.3
538544
[4.7.2]: https://github.com/serialport/serialport-rs/compare/v4.7.1...v4.7.2
539545
[4.7.1]: https://github.com/serialport/serialport-rs/compare/v4.7.0...v4.7.1
540546
[4.7.0]: https://github.com/serialport/serialport-rs/compare/v4.6.1...v4.7.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.3-alpha.0"
3+
version = "4.7.3"
44
authors = [
55
"Bryant Mairs <[email protected]>",
66
"Jesse Braham <[email protected]>",

0 commit comments

Comments
 (0)