diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fe3c74..5dc8048 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,12 @@ 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.2.3] - 2023-08-23 ### Fixed - Don't use `Ord` in `PartialOrd` implementations if using any bounds. -## [1.2.2] - 2023-08-22 +## [1.2.2] - 2023-08-22 [YANKED] ### Fixed - Avoid collisions between field names and trait method parameters. @@ -69,7 +69,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.2.2...HEAD +[unreleased]: https://github.com/ModProg/derive-where/compare/v1.2.3...HEAD +[1.2.3]: https://github.com/ModProg/derive-where/compare/v1.2.2...v1.2.3 [1.2.2]: https://github.com/ModProg/derive-where/compare/v1.2.1...v1.2.2 [1.2.1]: https://github.com/ModProg/derive-where/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/ModProg/derive-where/compare/v1.1.0...v1.2.0 diff --git a/Cargo.toml b/Cargo.toml index 0b4ffff..8fb88c5 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.2.2" +version = "1.2.3" [lib] proc-macro = true