File tree 2 files changed +4
-3
lines changed
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.
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
+ ## [ 1.3.0 ] - 2025-04-21
9
9
10
10
### Added
11
11
- Allow lifetime ` for<'a, ...> ` bounds in non-bounded generic parameters.
@@ -112,7 +112,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
112
112
### Added
113
113
- Initial release.
114
114
115
- [ unreleased ] : https://github.com/ModProg/derive-where/compare/v1.2.7...HEAD
115
+ [ unreleased ] : https://github.com/ModProg/derive-where/compare/v1.3.0...HEAD
116
+ [ 1.3.0 ] : https://github.com/ModProg/derive-where/compare/v1.2.7...v1.3.0
116
117
[ 1.2.7 ] : https://github.com/ModProg/derive-where/compare/v1.2.6...v1.2.7
117
118
[ 1.2.6 ] : https://github.com/ModProg/derive-where/compare/v1.2.5...v1.2.6
118
119
[ 1.2.5 ] : https://github.com/ModProg/derive-where/compare/v1.2.4...v1.2.5
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.7 "
18
+ version = " 1.3.0 "
19
19
20
20
[lib ]
21
21
proc-macro = true
You can’t perform that action at this time.
0 commit comments