File tree 2 files changed +7
-6
lines changed 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,20 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 1.2.2 ] - 2023-08-22
9
9
10
10
### Fixed
11
11
- Avoid collisions between field names and trait method parameters.
12
12
13
13
### Changed
14
14
- ` PartialOrd ` implementations now use ` Ord ` if applicable.
15
15
16
- ## [ 1.2.1] - 2022 -04-14
16
+ ## [ 1.2.1] - 2023 -04-14
17
17
18
18
### Fixed
19
19
- Correctly handle raw identifiers in named fields.
20
20
21
- ## [ 1.2.0] - 2022 -03-19
21
+ ## [ 1.2.0] - 2023 -03-19
22
22
23
23
### Changed
24
24
- Updated ` syn ` to v2.
@@ -28,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
28
- The ` crate ` attribute now takes a bare path instead of a path inside a string
29
29
literal.
30
30
31
- ## [ 1.1.0] - 2022 -02-06
31
+ ## [ 1.1.0] - 2023 -02-06
32
32
33
33
### Added
34
34
- ` incomparable ` variant and item attribute for ` PartialEq ` and ` PartialOrd `
@@ -64,7 +64,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
64
64
### Added
65
65
- Initial release.
66
66
67
- [ unreleased ] : https://github.com/ModProg/derive-where/compare/v1.2.1...HEAD
67
+ [ unreleased ] : https://github.com/ModProg/derive-where/compare/v1.2.2...HEAD
68
+ [ 1.2.2 ] : https://github.com/ModProg/derive-where/compare/v1.2.1...v1.2.2
68
69
[ 1.2.1 ] : https://github.com/ModProg/derive-where/compare/v1.2.0...v1.2.1
69
70
[ 1.2.0 ] : https://github.com/ModProg/derive-where/compare/v1.1.0...v1.2.0
70
71
[ 1.1.0 ] : https://github.com/ModProg/derive-where/compare/v1.0.0...v1.1.0
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ name = "derive-where"
15
15
readme = " README.md"
16
16
repository = " https://github.com/ModProg/derive-where"
17
17
rust-version = " 1.57"
18
- version = " 1.2.1 "
18
+ version = " 1.2.2 "
19
19
20
20
[lib ]
21
21
proc-macro = true
You can’t perform that action at this time.
0 commit comments