Skip to content

Commit 4e3c077

Browse files
authored
Merge pull request #14 from rfdonnelly/v1.0.0
2 parents 03369f9 + bb48e8a commit 4e3c077

File tree

3 files changed

+27
-15
lines changed

3 files changed

+27
-15
lines changed

CHANGELOG.md

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## Unreleased
99

1010
No unrelease changes.
1111

12-
## [0.3.0] - 2023-08-01
12+
## Version 1.0.0 (2023-08-01)
13+
14+
[GitHub Release page](https://github.com/rfdonnelly/vsp-router/releases/tag/v1.0.0)
15+
16+
### Changed
17+
18+
- Renamed the `--virtual` option to `--create`
19+
- Renamed the `--physical` option to `--attach`
20+
21+
## Version 0.3.0 (2023-08-01)
22+
23+
[GitHub Release page](https://github.com/rfdonnelly/vsp-router/releases/tag/v0.3.0)
1324

1425
### Added
1526

@@ -20,30 +31,31 @@ No unrelease changes.
2031

2132
- Fixed typo in `--help`
2233

23-
## [0.2.1] - 2023-08-01
34+
## Version 0.2.1 (2023-08-01)
35+
36+
[GitHub Release page](https://github.com/rfdonnelly/vsp-router/releases/tag/v0.2.1)
2437

2538
### Added
2639

2740
- Release automation and release binaries for Linux and macOS
2841

29-
## [0.2.0] - 2022-10-29
42+
## Version 0.2.0 (2022-10-29)
43+
44+
[GitHub Release page](https://github.com/rfdonnelly/vsp-router/releases/tag/v0.2.0)
3045

3146
### Changed
3247

3348
- Upgraded from clap v3 to clap v4
3449
- Replaced `tokio::select!` + `tokio_util::sync::CancellationToken` with `futures_util::future::Abortable`
3550

36-
## [0.1.1] - 2022-09-11
51+
## Version 0.1.1 (2022-09-11)
52+
53+
[GitHub Release page](https://github.com/rfdonnelly/vsp-router/releases/tag/v0.1.1)
3754

3855
Minor fixes for publishing on Crates.io.
3956

40-
## [0.1.0] - 2022-09-10
57+
## Version 0.1.0 (2022-09-10)
4158

42-
Initial release.
59+
[GitHub Release page](https://github.com/rfdonnelly/vsp-router/releases/tag/v0.1.0)
4360

44-
[unreleased]: https://github.com/rfdonnelly/vsp-router/compare/v0.3.0...HEAD
45-
[0.3.0]: https://github.com/rfdonnelly/vsp-router/releases/tag/v0.3.0
46-
[0.2.1]: https://github.com/rfdonnelly/vsp-router/releases/tag/v0.2.1
47-
[0.2.0]: https://github.com/rfdonnelly/vsp-router/releases/tag/v0.2.0
48-
[0.1.1]: https://github.com/rfdonnelly/vsp-router/releases/tag/v0.1.1
49-
[0.1.0]: https://github.com/rfdonnelly/vsp-router/releases/tag/v0.1.0
61+
Initial release.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vsp-router"
3-
version = "0.3.0"
3+
version = "1.0.0"
44
edition = "2021"
55
description = "Create virtual serial ports, connect them to physical serial ports, and create routes between them all."
66
authors = ["Rob Donnelly"]

0 commit comments

Comments
 (0)