File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ 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
+ ## [ 1.2.1] - 2022-04-13
9
+
10
+ ### Fixed
11
+ - Correctly handle raw identifiers in named fields.
12
+
8
13
## [ 1.2.0] - 2022-03-19
9
14
10
15
### Changed
@@ -51,7 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
51
56
### Added
52
57
- Initial release.
53
58
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
55
61
[ 1.2.0 ] : https://github.com/ModProg/derive-where/compare/v1.1.0...v1.2.0
56
62
[ 1.1.0 ] : https://github.com/ModProg/derive-where/compare/v1.0.0...v1.1.0
57
63
[ 1.0.0 ] : https://github.com/ModProg/derive-where/compare/v1.0.0-rc.3...v1.0.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.0 "
18
+ version = " 1.2.1 "
19
19
20
20
[lib ]
21
21
proc-macro = true
You can’t perform that action at this time.
0 commit comments