Skip to content

Commit d1cac61

Browse files
committed
Prepare release
1 parent 41c4cef commit d1cac61

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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+
## [1.2.1] - 2022-04-13
9+
10+
### Fixed
11+
- Correctly handle raw identifiers in named fields.
12+
813
## [1.2.0] - 2022-03-19
914

1015
### Changed
@@ -51,7 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5156
### Added
5257
- Initial release.
5358

54-
[unreleased]: https://github.com/ModProg/derive-where/compare/v1.2.0...HEAD
59+
[unreleased]: https://github.com/ModProg/derive-where/compare/v1.2.1...HEAD
60+
[1.2.1]: https://github.com/ModProg/derive-where/compare/v1.2.0...v1.2.1
5561
[1.2.0]: https://github.com/ModProg/derive-where/compare/v1.1.0...v1.2.0
5662
[1.1.0]: https://github.com/ModProg/derive-where/compare/v1.0.0...v1.1.0
5763
[1.0.0]: https://github.com/ModProg/derive-where/compare/v1.0.0-rc.3...v1.0.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.0"
18+
version = "1.2.1"
1919

2020
[lib]
2121
proc-macro = true

0 commit comments

Comments
 (0)