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/).
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ v1.0.0] - 2021-12-25
9
+
8
10
### Added
9
11
10
12
- Allow annotating resources to activate special resource locking behaviour.
@@ -22,6 +24,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
22
24
23
25
### Changed
24
26
27
+ - Edition 2021
28
+
25
29
- [ breaking-change] Remove ` Location ` , changes analysis struct contents:
26
30
` shared_resource_locations ` -> ` shared_resources ` . Same for local.
27
31
@@ -111,7 +115,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
111
115
112
116
- Initial release
113
117
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
115
120
[ v0.4.0 ] : https://github.com/rtic-rs/rtic-syntax/compare/v0.3.4...v0.4.0
116
121
[ v0.3.4 ] : https://github.com/rtic-rs/rtic-syntax/compare/v0.3.3...v0.3.4
117
122
[ 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 = []
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 = " 0.5.0-rc.2 "
14
+ version = " 1.0.0 "
15
15
16
16
[dependencies ]
17
17
indexmap = " 1.0.2"
You can’t perform that action at this time.
0 commit comments