From a47e8eddbc27be383999bd3e1f6aabfb0d2d62b5 Mon Sep 17 00:00:00 2001 From: daxpedda Date: Thu, 14 Dec 2023 16:40:29 +0100 Subject: [PATCH] Prepare v1.2.7 release (#94) --- CHANGELOG.md | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15deb75..8192d82 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.7] - 2023-12-14 ### Fixed - Apply `#[automatically_derived]` to all generated implementations. @@ -98,7 +98,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.6...HEAD +[unreleased]: https://github.com/ModProg/derive-where/compare/v1.2.7...HEAD +[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 [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 diff --git a/Cargo.toml b/Cargo.toml index 539de00..c37b968 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.6" +version = "1.2.7" [lib] proc-macro = true