Skip to content

Commit

Permalink
Prepare v1.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda authored Aug 22, 2023
1 parent d40dee5 commit 0930cb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ 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.2] - 2023-08-22

### Fixed
- Avoid collisions between field names and trait method parameters.

### Changed
- `PartialOrd` implementations now use `Ord` if applicable.

## [1.2.1] - 2022-04-14
## [1.2.1] - 2023-04-14

### Fixed
- Correctly handle raw identifiers in named fields.

## [1.2.0] - 2022-03-19
## [1.2.0] - 2023-03-19

### Changed
- Updated `syn` to v2.
Expand All @@ -28,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- The `crate` attribute now takes a bare path instead of a path inside a string
literal.

## [1.1.0] - 2022-02-06
## [1.1.0] - 2023-02-06

### Added
- `incomparable` variant and item attribute for `PartialEq` and `PartialOrd`
Expand Down Expand Up @@ -64,7 +64,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.1...HEAD
[unreleased]: https://github.com/ModProg/derive-where/compare/v1.2.2...HEAD
[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
[1.1.0]: https://github.com/ModProg/derive-where/compare/v1.0.0...v1.1.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.1"
version = "1.2.2"

[lib]
proc-macro = true
Expand Down

0 comments on commit 0930cb0

Please sign in to comment.