Skip to content

Commit

Permalink
Prepare 1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ModProg authored and daxpedda committed Feb 5, 2023
1 parent 5105a9e commit 6acd1d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.1.0] - 2022-02-06
### Added
- `incomparable` variant and item attribute for `PartialEq` and `PartialOrd`
derives, yielding false on all comparisons but `!=`.
Expand Down Expand Up @@ -36,7 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release.

[unreleased]: https://github.com/ModProg/derive-where/compare/v1.0.0...HEAD
[unreleased]: https://github.com/ModProg/derive-where/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/ModProg/derive-where/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/ModProg/derive-where/compare/v1.0.0-rc.3...v1.0.0
[1.0.0-rc.3]: https://github.com/ModProg/derive-where/compare/v1.0.0-rc.2...v1.0.0-rc.3
[1.0.0-rc.2]: https://github.com/ModProg/derive-where/compare/v1.0.0-rc.1...v1.0.0-rc.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name = "derive-where"
readme = "README.md"
repository = "https://github.com/ModProg/derive-where"
rust-version = "1.57"
version = "1.0.0"
version = "1.1.0"

[lib]
proc-macro = true
Expand Down

0 comments on commit 6acd1d5

Please sign in to comment.