Skip to content

Commit 43b3f46

Browse files
committed
Prepare new release
1 parent 8b56c93 commit 43b3f46

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.config/topic.dic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
14
1+
15
22
Changelog
33
CHANGELOG
44
destructure/G

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.0.0] - 2022-07-16
8+
- No changes.
9+
710
## [1.0.0-rc.3] - 2022-03-21
811
### Fixed
912
- Support attribute evaluation, e.g. `#[cfg(..)]` on fields.
@@ -28,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2831
### Added
2932
- Initial release.
3033

34+
[1.0.0]: https://github.com/ModProg/derive-where/compare/v1.0.0-rc.3...v1.0.0
3135
[1.0.0-rc.3]: https://github.com/ModProg/derive-where/compare/v1.0.0-rc.2...v1.0.0-rc.3
3236
[1.0.0-rc.2]: https://github.com/ModProg/derive-where/compare/v1.0.0-rc.1...v1.0.0-rc.2
3337
[1.0.0-rc.1]: https://github.com/ModProg/derive-where/releases/tag/v1.0.0-rc.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name = "derive-where"
1515
readme = "README.md"
1616
repository = "https://github.com/ModProg/derive-where"
1717
rust-version = "1.57"
18-
version = "1.0.0-rc.3"
18+
version = "1.0.0"
1919

2020
[lib]
2121
proc-macro = true

0 commit comments

Comments
 (0)