File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 1.2.7 ] - 2023-12-14
99
1010### Fixed
1111- Apply ` #[automatically_derived] ` to all generated implementations.
@@ -98,7 +98,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9898### Added
9999- Initial release.
100100
101- [ unreleased ] : https://github.com/ModProg/derive-where/compare/v1.2.6...HEAD
101+ [ unreleased ] : https://github.com/ModProg/derive-where/compare/v1.2.7...HEAD
102+ [ 1.2.7 ] : https://github.com/ModProg/derive-where/compare/v1.2.6...v1.2.7
102103[ 1.2.6 ] : https://github.com/ModProg/derive-where/compare/v1.2.5...v1.2.6
103104[ 1.2.5 ] : https://github.com/ModProg/derive-where/compare/v1.2.4...v1.2.5
104105[ 1.2.4 ] : https://github.com/ModProg/derive-where/compare/v1.2.3...v1.2.4
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ name = "derive-where"
1515readme = " README.md"
1616repository = " https://github.com/ModProg/derive-where"
1717rust-version = " 1.57"
18- version = " 1.2.6 "
18+ version = " 1.2.7 "
1919
2020[lib ]
2121proc-macro = true
You can’t perform that action at this time.
0 commit comments