Skip to content

Commit 6acd1d5

Browse files
ModProgdaxpedda
authored andcommitted
Prepare 1.1 release
1 parent 5105a9e commit 6acd1d5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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-
## [Unreleased]
7+
## [1.1.0] - 2022-02-06
88
### Added
99
- `incomparable` variant and item attribute for `PartialEq` and `PartialOrd`
1010
derives, yielding false on all comparisons but `!=`.
@@ -36,7 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3636
### Added
3737
- Initial release.
3838

39-
[unreleased]: https://github.com/ModProg/derive-where/compare/v1.0.0...HEAD
39+
[unreleased]: https://github.com/ModProg/derive-where/compare/v1.1.0...HEAD
40+
[1.1.0]: https://github.com/ModProg/derive-where/compare/v1.0.0...v1.1.0
4041
[1.0.0]: https://github.com/ModProg/derive-where/compare/v1.0.0-rc.3...v1.0.0
4142
[1.0.0-rc.3]: https://github.com/ModProg/derive-where/compare/v1.0.0-rc.2...v1.0.0-rc.3
4243
[1.0.0-rc.2]: https://github.com/ModProg/derive-where/compare/v1.0.0-rc.1...v1.0.0-rc.2

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"
18+
version = "1.1.0"
1919

2020
[lib]
2121
proc-macro = true

0 commit comments

Comments
 (0)