File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ 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.3 ] - 2023-08-23
9
9
10
10
### Fixed
11
11
- Don't use ` Ord ` in ` PartialOrd ` implementations if using any bounds.
12
12
13
- ## [ 1.2.2] - 2023-08-22
13
+ ## [ 1.2.2] - 2023-08-22 [ YANKED ]
14
14
15
15
### Fixed
16
16
- 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
69
69
### Added
70
70
- Initial release.
71
71
72
- [ unreleased ] : https://github.com/ModProg/derive-where/compare/v1.2.2...HEAD
72
+ [ unreleased ] : https://github.com/ModProg/derive-where/compare/v1.2.3...HEAD
73
+ [ 1.2.3 ] : https://github.com/ModProg/derive-where/compare/v1.2.2...v1.2.3
73
74
[ 1.2.2 ] : https://github.com/ModProg/derive-where/compare/v1.2.1...v1.2.2
74
75
[ 1.2.1 ] : https://github.com/ModProg/derive-where/compare/v1.2.0...v1.2.1
75
76
[ 1.2.0 ] : https://github.com/ModProg/derive-where/compare/v1.1.0...v1.2.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.2 "
18
+ version = " 1.2.3 "
19
19
20
20
[lib ]
21
21
proc-macro = true
You can’t perform that action at this time.
0 commit comments