From 29278bd83014206fc67cca9e88fed54690e5f238 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 13 Feb 2024 08:55:25 -0600 Subject: [PATCH] chore: Release git-conventional version 0.12.5 --- 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 91adcc0..3025965 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.5] - 2024-02-13 + ### Internal - Update dependencies @@ -136,7 +138,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixes -[Unreleased]: https://github.com/crate-ci/git-conventional/compare/v0.12.4...HEAD +[Unreleased]: https://github.com/crate-ci/git-conventional/compare/v0.12.5...HEAD +[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 [0.12.3]: https://github.com/crate-ci/git-conventional/compare/v0.12.2...v0.12.3 [0.12.2]: https://github.com/crate-ci/git-conventional/compare/v0.12.1...v0.12.2 diff --git a/Cargo.lock b/Cargo.lock index cf74fd0..8906802 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "git-conventional" -version = "0.12.4" +version = "0.12.5" dependencies = [ "doc-comment", "indoc", diff --git a/Cargo.toml b/Cargo.toml index 2a5369a..c6b7e14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ include = [ [package] name = "git-conventional" -version = "0.12.4" +version = "0.12.5" description = "A parser library for the Conventional Commit specification." authors = ["Ed Page ", "Jean Mertz "] homepage = "https://github.com/crate-ci/git-conventional"