From 54af71a2c9d5fec7b2bc541370e52959b5afdacc Mon Sep 17 00:00:00 2001 From: daxpedda Date: Thu, 1 May 2025 13:04:25 +0200 Subject: [PATCH] Prepare v1.4.0 release --- CHANGELOG.md | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a652c26a..83e224b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.4.0] - 2025-05-01 ### Added - Allow skipping fields for `Clone`, calling `Default::default()` instead. @@ -122,7 +122,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.3.0...HEAD +[unreleased]: https://github.com/ModProg/derive-where/compare/v1.4.0...HEAD +[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 [1.2.7]: https://github.com/ModProg/derive-where/compare/v1.2.6...v1.2.7 [1.2.6]: https://github.com/ModProg/derive-where/compare/v1.2.5...v1.2.6 diff --git a/Cargo.toml b/Cargo.toml index 3a8d27b8..2e68198b 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.3.0" +version = "1.4.0" [lib] proc-macro = true