Skip to content

Commit 0930cb0

Browse files
authored
Prepare v1.2.2 release
1 parent d40dee5 commit 0930cb0

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ 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.2] - 2023-08-22
99

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

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

16-
## [1.2.1] - 2022-04-14
16+
## [1.2.1] - 2023-04-14
1717

1818
### Fixed
1919
- Correctly handle raw identifiers in named fields.
2020

21-
## [1.2.0] - 2022-03-19
21+
## [1.2.0] - 2023-03-19
2222

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

31-
## [1.1.0] - 2022-02-06
31+
## [1.1.0] - 2023-02-06
3232

3333
### Added
3434
- `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
6464
### Added
6565
- Initial release.
6666

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
6869
[1.2.1]: https://github.com/ModProg/derive-where/compare/v1.2.0...v1.2.1
6970
[1.2.0]: https://github.com/ModProg/derive-where/compare/v1.1.0...v1.2.0
7071
[1.1.0]: https://github.com/ModProg/derive-where/compare/v1.0.0...v1.1.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.1"
18+
version = "1.2.2"
1919

2020
[lib]
2121
proc-macro = true

0 commit comments

Comments
 (0)