File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
77
88### Added
99
10+ ### Changed
11+
12+ ### Fixed
13+
14+ ## [ v1.0.1] - 2022-04-13
15+
16+ ### Added
17+
1018- CI changelog entry enforcer
1119
1220### Changed
@@ -127,7 +135,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
127135
128136- Initial release
129137
130- [ Unreleased ] : https://github.com/rtic-rs/rtic-syntax/compare/v1.0.0...HEAD
138+ [ Unreleased ] : https://github.com/rtic-rs/rtic-syntax/compare/v1.0.1...HEAD
139+ [ v1.0.0 ] : https://github.com/rtic-rs/rtic-syntax/compare/v1.0.0...v1.0.1
131140[ v1.0.0 ] : https://github.com/rtic-rs/rtic-syntax/compare/v0.4.0...v1.0.0
132141[ v0.4.0 ] : https://github.com/rtic-rs/rtic-syntax/compare/v0.3.4...v0.4.0
133142[ v0.3.4 ] : https://github.com/rtic-rs/rtic-syntax/compare/v0.3.3...v0.3.4
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ keywords = []
1111license = " MIT OR Apache-2.0"
1212name = " rtic-syntax"
1313repository = " https://github.com/rtic-rs/rtic-syntax"
14- version = " 1.0.0 "
14+ version = " 1.0.1 "
1515
1616[dependencies ]
1717indexmap = " 1.0.2"
You can’t perform that action at this time.
0 commit comments