From d5d18393098e89975fcf197d6fd648ca7670b752 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 25 Jul 2024 08:48:10 -0500 Subject: [PATCH] chore: Release git-conventional version 0.12.7 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9c5d94..f39e145 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.12.7] - 2024-07-25 + ### Compatibility - Update MSRV to 1.74 @@ -148,7 +150,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixes -[Unreleased]: https://github.com/crate-ci/git-conventional/compare/v0.12.6...HEAD +[Unreleased]: https://github.com/crate-ci/git-conventional/compare/v0.12.7...HEAD +[0.12.7]: https://github.com/crate-ci/git-conventional/compare/v0.12.6...v0.12.7 [0.12.6]: https://github.com/crate-ci/git-conventional/compare/v0.12.5...v0.12.6 [0.12.5]: https://github.com/crate-ci/git-conventional/compare/v0.12.4...v0.12.5 [0.12.4]: https://github.com/crate-ci/git-conventional/compare/v0.12.3...v0.12.4 diff --git a/Cargo.lock b/Cargo.lock index 5e09762..7fff615 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "git-conventional" -version = "0.12.6" +version = "0.12.7" dependencies = [ "doc-comment", "indoc", diff --git a/Cargo.toml b/Cargo.toml index 1deaa50..92b9ad0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ zero_sized_map_values = "warn" [package] name = "git-conventional" -version = "0.12.6" +version = "0.12.7" description = "A parser library for the Conventional Commit specification." authors = ["Ed Page ", "Jean Mertz "] homepage = "https://github.com/crate-ci/git-conventional"