@@ -5,7 +5,7 @@ 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.5 ] - 2023-09-03
9
9
10
10
### Changed
11
11
- Use safe casting in ` PartialOrd ` and ` Ord ` implementations in more cases when
@@ -24,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
24
implementations. Safe methods used with the ` safe ` crate feature don't use
25
25
recursive matches anymore, significantly improving the performance.
26
26
27
- ## [ 1.2.3] - 2023-08-23
27
+ ## [ 1.2.3] - 2023-08-23 [ YANKED ]
28
28
29
29
### Fixed
30
30
- Don't use ` Ord ` in ` PartialOrd ` implementations if using any bounds.
@@ -37,12 +37,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
37
37
### Changed
38
38
- ` PartialOrd ` implementations now use ` Ord ` if applicable.
39
39
40
- ## [ 1.2.1] - 2023-04-14
40
+ ## [ 1.2.1] - 2023-04-14 [ YANKED ]
41
41
42
42
### Fixed
43
43
- Correctly handle raw identifiers in named fields.
44
44
45
- ## [ 1.2.0] - 2023-03-19
45
+ ## [ 1.2.0] - 2023-03-19 [ YANKED ]
46
46
47
47
### Changed
48
48
- Updated ` syn ` to v2.
@@ -52,13 +52,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
52
52
- The ` crate ` attribute now takes a bare path instead of a path inside a string
53
53
literal.
54
54
55
- ## [ 1.1.0] - 2023-02-06
55
+ ## [ 1.1.0] - 2023-02-06 [ YANKED ]
56
56
57
57
### Added
58
58
- ` incomparable ` variant and item attribute for ` PartialEq ` and ` PartialOrd `
59
59
derives, yielding false on all comparisons but ` != ` .
60
60
61
- ## [ 1.0.0] - 2022-07-16
61
+ ## [ 1.0.0] - 2022-07-16 [ YANKED ]
62
62
- No changes.
63
63
64
64
## [ 1.0.0-rc.3] - 2022-03-21
@@ -88,7 +88,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
88
### Added
89
89
- Initial release.
90
90
91
- [ unreleased ] : https://github.com/ModProg/derive-where/compare/v1.2.4...HEAD
91
+ [ unreleased ] : https://github.com/ModProg/derive-where/compare/v1.2.5...HEAD
92
+ [ 1.2.5 ] : https://github.com/ModProg/derive-where/compare/v1.2.4...v1.2.5
92
93
[ 1.2.4 ] : https://github.com/ModProg/derive-where/compare/v1.2.3...v1.2.4
93
94
[ 1.2.3 ] : https://github.com/ModProg/derive-where/compare/v1.2.2...v1.2.3
94
95
[ 1.2.2 ] : https://github.com/ModProg/derive-where/compare/v1.2.1...v1.2.2
0 commit comments