Skip to content

Commit e8330fb

Browse files
committed
rtic-syntax: v1.0.3 prep
1 parent ef76e1d commit e8330fb

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
@@ -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

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.2"
14+
version = "1.0.3"
1515

1616
[dependencies]
1717
indexmap = "1.0.2"

0 commit comments

Comments
 (0)