From 2ce02fb1624645db4271370f270a5ba332e9217d Mon Sep 17 00:00:00 2001 From: daxpedda Date: Mon, 4 Dec 2023 22:24:35 +0100 Subject: [PATCH] Prepare v1.2.6 release (#90) --- CHANGELOG.md | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62003bc..da6b97a 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.2.6] - 2023-12-04 ### Fixed - Use the `Copy` implementation for `Clone` only if no bounds are present. @@ -93,7 +93,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.2.5...HEAD +[unreleased]: https://github.com/ModProg/derive-where/compare/v1.2.6...HEAD +[1.2.6]: https://github.com/ModProg/derive-where/compare/v1.2.5...v1.2.6 [1.2.5]: https://github.com/ModProg/derive-where/compare/v1.2.4...v1.2.5 [1.2.4]: https://github.com/ModProg/derive-where/compare/v1.2.3...v1.2.4 [1.2.3]: https://github.com/ModProg/derive-where/compare/v1.2.2...v1.2.3 diff --git a/Cargo.toml b/Cargo.toml index 8eaa8b8..539de00 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.2.5" +version = "1.2.6" [lib] proc-macro = true