@@ -5,11 +5,22 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased]
8+ ## Unreleased
99
1010No 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
3855Minor 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.
0 commit comments