8000 Prepare v1.0.1 release · rtic-rs/rtic-syntax@136ec84 · GitHub
[go: up one dir, main page]

Skip to content

Commit 136ec84

Browse files
committed
Prepare v1.0.1 release
1 parent a48a28a commit 136ec84

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = []
1111
license = "MIT OR Apache-2.0"
1212
name = "rtic-syntax"
1313
repository = "https://github.com/rtic-rs/rtic-syntax"
14-
version = "1.0.0"
14+
version = "1.0.1"
1515

1616
[dependencies]
1717
indexmap = "1.0.2"

0 commit comments

Comments
 (0)
0