From 7e1e68afba7dad84367721f002ea20d7b926604d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 09:34:43 +0000 Subject: [PATCH] chore: release v0.3.2 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 433e495..f36a97b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ 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-02-01 + +### Other + +- 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 17c84e5..357a0e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -197,7 +197,7 @@ dependencies = [ [[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 23de163..49dbe18 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"