Skip to content

Commit

Permalink
Prepare v1.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Aug 23, 2023
1 parent c8205c3 commit fbd4d00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
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.2.2"
version = "1.2.3"

[lib]
proc-macro = true
Expand Down

0 comments on commit fbd4d00

Please sign in to comment.