File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ 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
- ## [ Unreleased]
8
+ <!-- ## [Unreleased] -->
9
+ ## [ 1.6.0] - 2025-08-06
9
10
10
11
### Changed
11
12
- ` #[serde(...)] ` attributes are now allowed even when not deriving
@@ -146,7 +147,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
146
147
### Added
147
148
- Initial release.
148
149
149
- [ unreleased ] : https://github.com/ModProg/derive-where/compare/v1.5.0...HEAD
150
+ [ unreleased ] : https://github.com/ModProg/derive-where/compare/v1.6.0...HEAD
151
+ [ 1.6.0 ] : https://github.com/ModProg/derive-where/compare/v1.5.0...v1.6.0
150
152
[ 1.5.0 ] : https://github.com/ModProg/derive-where/compare/v1.4.0...v1.5.0
151
153
[ 1.4.0 ] : https://github.com/ModProg/derive-where/compare/v1.3.0...v1.4.0
152
154
[ 1.3.0 ] : https://github.com/ModProg/derive-where/compare/v1.2.7...v1.3.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.5 .0"
18
+ version = " 1.6 .0"
19
19
20
20
[lib ]
21
21
proc-macro = true
You can’t perform that action at this time.
0 commit comments