Skip to content

Commit af25e6e

Browse files
ModProgdaxpedda
andauthored
chore: Release (#138)
* chore: Release * Update CHANGELOG.md Co-authored-by: daxpedda <daxpedda@gmail.com> --------- Co-authored-by: daxpedda <daxpedda@gmail.com>
1 parent c2e4959 commit af25e6e

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ 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

88
<!-- ## [Unreleased] -->
9+
## [1.6.1] - 2026-03-13
10+
11+
### Fixed
12+
- Fix compilation when `Clone + Copy` or `PartialEq + Eq` where used with automatic bounds ([#137](https://github.com/ModProg/derive-where/pull/137) by [spirali](https://github.com/spirali)).
13+
914
## [1.6.0] - 2025-08-06
1015

1116
### Changed
@@ -147,7 +152,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
147152
### Added
148153
- Initial release.
149154

150-
[unreleased]: https://github.com/ModProg/derive-where/compare/v1.6.0...HEAD
155+
[unreleased]: https://github.com/ModProg/derive-where/compare/v1.6.1...HEAD
156+
[1.6.1]: https://github.com/ModProg/derive-where/compare/v1.6.0...v1.6.1
151157
[1.6.0]: https://github.com/ModProg/derive-where/compare/v1.5.0...v1.6.0
152158
[1.5.0]: https://github.com/ModProg/derive-where/compare/v1.4.0...v1.5.0
153159
[1.4.0]: https://github.com/ModProg/derive-where/compare/v1.3.0...v1.4.0

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

2020
[lib]
2121
proc-macro = true

0 commit comments

Comments
 (0)