From d6d120abafd5b555768b2f2fcc3202e4bd0c046c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 18:13:09 +0000 Subject: [PATCH] chore: release v0.3.2 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 433e495..f562801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.2](https://github.com/alex289/git-commit-stats/compare/v0.3.1...v0.3.2) - 2026-07-01 + +### Other + +- bump the dependencies group with 4 updates ([#102](https://github.com/alex289/git-commit-stats/pull/102)) +- bump actions/checkout from 6 to 7 in the dependencies group ([#101](https://github.com/alex289/git-commit-stats/pull/101)) +- bump clap from 4.6.0 to 4.6.1 in the dependencies group ([#98](https://github.com/alex289/git-commit-stats/pull/98)) +- bump clap from 4.5.60 to 4.6.0 in the dependencies group ([#96](https://github.com/alex289/git-commit-stats/pull/96)) +- bump the dependencies group with 3 updates ([#94](https://github.com/alex289/git-commit-stats/pull/94)) +- bump git2 from 0.20.3 to 0.20.4 ([#92](https://github.com/alex289/git-commit-stats/pull/92)) +- bump the dependencies group with 2 updates ([#90](https://github.com/alex289/git-commit-stats/pull/90)) + ## [0.3.1](https://github.com/alex289/git-commit-stats/compare/v0.3.0...v0.3.1) - 2026-01-02 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 4aac52e..013c78c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -177,7 +177,7 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" [[package]] name = "git-commit-stats" -version = "0.3.1" +version = "0.3.2" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 0d9cd19..d713b8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-commit-stats" -version = "0.3.1" +version = "0.3.2" edition = "2021" authors = ["Alexander Konietzko "] license = "MIT"