Skip to content

Commit ec868ce

Browse files
authored
Prepare v1.3.0 release (#110)
1 parent 440496c commit ec868ce

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
## [Unreleased]
8+
## [1.3.0] - 2025-04-21
99

1010
### Added
1111
- 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
112112
### Added
113113
- Initial release.
114114

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
116117
[1.2.7]: https://github.com/ModProg/derive-where/compare/v1.2.6...v1.2.7
117118
[1.2.6]: https://github.com/ModProg/derive-where/compare/v1.2.5...v1.2.6
118119
[1.2.5]: https://github.com/ModProg/derive-where/compare/v1.2.4...v1.2.5

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.7"
18+
version = "1.3.0"
1919

2020
[lib]
2121
proc-macro = true

0 commit comments

Comments
 (0)