8000 Merge #68 · rtic-rs/rtic-syntax@45fbcfd · GitHub
[go: up one dir, main page]

Skip to content

Commit 45fbcfd

Browse files
bors[bot]Henrik Tjäder
andauthored
Merge #68
68: Bump version numbers to v1.0.0 r=korken89 a=AfoHT (Will rebase once #67 lands) Co-authored-by: Henrik Tjäder <henrik@grepit.se>
2 parents cf7e7f7 + fba2fa1 commit 45fbcfd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

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

1616
[dependencies]
1717
indexmap = "1.0.2"

0 commit comments

Comments
 (0)
0