diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fe5a8f..1e17442 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] + +## [1.6.0] - 2025-08-06 ### Changed - `#[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 ### Added - Initial release. -[unreleased]: https://github.com/ModProg/derive-where/compare/v1.5.0...HEAD +[unreleased]: https://github.com/ModProg/derive-where/compare/v1.6.0...HEAD +[1.6.0]: https://github.com/ModProg/derive-where/compare/v1.5.0...v1.6.0 [1.5.0]: https://github.com/ModProg/derive-where/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/ModProg/derive-where/compare/v1.3.0...v1.4.0 [1.3.0]: https://github.com/ModProg/derive-where/compare/v1.2.7...v1.3.0 diff --git a/Cargo.toml b/Cargo.toml index 3335552..0504468 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ name = "derive-where" readme = "README.md" repository = "https://github.com/ModProg/derive-where" rust-version = "1.57" -version = "1.5.0" +version = "1.6.0" [lib] proc-macro = true