File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
66## [ Unreleased]
77
8+ ## [ v1.0.0] - 2021-12-25
9+
810### Added
911
1012- Allow annotating resources to activate special resource locking behaviour.
@@ -22,6 +24,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2224
2325### Changed
2426
27+ - Edition 2021
28+
2529- [ breaking-change] Remove ` Location ` , changes analysis struct contents:
2630 ` shared_resource_locations ` -> ` shared_resources ` . Same for local.
2731
@@ -111,7 +115,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
111115
112116- Initial release
113117
114- [ Unreleased ] : https://github.com/rtic-rs/rtic-syntax/compare/v0.4.0...HEAD
118+ [ Unreleased ] : https://github.com/rtic-rs/rtic-syntax/compare/v1.0.0...HEAD
119+ [ v1.0.0 ] : https://github.com/rtic-rs/rtic-syntax/compare/v0.4.0...v1.0.0
115120[ v0.4.0 ] : https://github.com/rtic-rs/rtic-syntax/compare/v0.3.4...v0.4.0
116121[ v0.3.4 ] : https://github.com/rtic-rs/rtic-syntax/compare/v0.3.3...v0.3.4
117122[ v0.3.3 ] : https://github.com/rtic-rs/rtic-syntax/compare/v0.3.2...v0.3.3
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 = " 0.5.0-rc.2 "
14+ version = " 1.0.0 "
1515
1616[dependencies ]
1717indexmap = " 1.0.2"
You can’t perform that action at this time.
0 commit comments