Skip to content

Commit fbd4d00

Browse files
committed
Prepare v1.2.3 release
1 parent c8205c3 commit fbd4d00

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [1.2.3] - 2023-08-23
99

1010
### Fixed
1111
- Don't use `Ord` in `PartialOrd` implementations if using any bounds.
1212

13-
## [1.2.2] - 2023-08-22
13+
## [1.2.2] - 2023-08-22 [YANKED]
1414

1515
### Fixed
1616
- 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
6969
### Added
7070
- Initial release.
7171

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
7374
[1.2.2]: https://github.com/ModProg/derive-where/compare/v1.2.1...v1.2.2
7475
[1.2.1]: https://github.com/ModProg/derive-where/compare/v1.2.0...v1.2.1
7576
[1.2.0]: https://github.com/ModProg/derive-where/compare/v1.1.0...v1.2.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name = "derive-where"
1515
readme = "README.md"
1616
repository = "https://github.com/ModProg/derive-where"
1717
rust-version = "1.57"
18-
version = "1.2.2"
18+
version = "1.2.3"
1919

2020
[lib]
2121
proc-macro = true

0 commit comments

Comments
 (0)