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 @@ -9,6 +9,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99
1010### Changed
1111
12+ ### Fixed
13+
14+ ## [ v1.0.3] - 2023-02-26
15+
16+ ### Added
17+
18+ ### Changed
19+
1220- CI: Updated to checkout@v3
1321- CI: Use native Rustup
1422
@@ -144,7 +152,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
144152
145153- Initial release
146154
147- [ Unreleased ] : https://github.com/rtic-rs/rtic-syntax/compare/v1.0.2...HEAD
155+ [ Unreleased ] : https://github.com/rtic-rs/rtic-syntax/compare/v1.0.3...HEAD
156+ [ v1.0.3 ] : https://github.com/rtic-rs/rtic-syntax/compare/v1.0.2...v1.0.3
148157[ v1.0.2 ] : https://github.com/rtic-rs/rtic-syntax/compare/v1.0.1...v1.0.2
149158[ v1.0.1 ] : https://github.com/rtic-rs/rtic-syntax/compare/v1.0.0...v1.0.1
150159[ v1.0.0 ] : https://github.com/rtic-rs/rtic-syntax/compare/v0.4.0...v1.0.0
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.2 "
14+ version = " 1.0.3 "
1515
1616[dependencies ]
1717indexmap = " 1.0.2"
You can’t perform that action at this time.
0 commit comments