diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e79bd3..347d173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 `!=`. @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 875f8ed..138652e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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