Skip to content

Commit f53c6bb

Browse files
committed
chore: Release
1 parent f8c0fca commit f53c6bb

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ 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+
<!-- ## [Unreleased] -->
9+
## [1.5.0] - 2025-06-08
910

1011
### Added
1112
- `no_drop` item-level option to `ZeroizeOnDrop` which does not implement
@@ -140,7 +141,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
140141
### Added
141142
- Initial release.
142143

143-
[unreleased]: https://github.com/ModProg/derive-where/compare/v1.4.0...HEAD
144+
[unreleased]: https://github.com/ModProg/derive-where/compare/v1.5.0...HEAD
145+
[1.5.0]: https://github.com/ModProg/derive-where/compare/v1.4.0...v1.5.0
144146
[1.4.0]: https://github.com/ModProg/derive-where/compare/v1.3.0...v1.4.0
145147
[1.3.0]: https://github.com/ModProg/derive-where/compare/v1.2.7...v1.3.0
146148
[1.2.7]: https://github.com/ModProg/derive-where/compare/v1.2.6...v1.2.7

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

2020
[lib]
2121
proc-macro = true

0 commit comments

Comments
 (0)