diff --git a/CHANGELOG.md b/CHANGELOG.md index 433e495..0126270 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ 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-04 + +### Other + +- 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 2985378..30a9dc9 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 3427e7f..65bf851 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"