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/).
7
7
8
8
### Added
9
9
10
+ ### Changed
11
+
12
+ ### Fixed
13
+
14
+ ## [ v1.0.1] - 2022-04-13
15
+
16
+ ### Added
17
+
10
18
- CI changelog entry enforcer
11
19
12
20
### Changed
@@ -127,7 +135,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
127
135
128
136
- Initial release
129
137
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
131
140
[ v1.0.0 ] : https://github.com/rtic-rs/rtic-syntax/compare/v0.4.0...v1.0.0
132
141
[ v0.4.0 ] : https://github.com/rtic-rs/rtic-syntax/compare/v0.3.4...v0.4.0
133
142
[ 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 = []
11
11
license = " MIT OR Apache-2.0"
12
12
name = " rtic-syntax"
13
13
repository = " https://github.com/rtic-rs/rtic-syntax"
14
- version = " 1.0.0 "
14
+ version = " 1.0.1 "
15
15
16
16
[dependencies ]
17
17
indexmap = " 1.0.2"
You can’t perform that action at this time.
0 commit comments