diff --git a/CHANGELOG.md b/CHANGELOG.md index 5753b42..bbca13d 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.1.18](https://github.com/alex289/git-commit-stats/compare/v0.1.17...v0.1.18) - 2024-11-01 + +### Other + +- bump the dependencies group with 2 updates + ## [0.1.17](https://github.com/alex289/git-commit-stats/compare/v0.1.16...v0.1.17) - 2024-10-01 ### Other diff --git a/Cargo.lock b/Cargo.lock index 0480ffa..30ded1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -191,7 +191,7 @@ dependencies = [ [[package]] name = "git-commit-stats" -version = "0.1.17" +version = "0.1.18" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 3ea49db..0b03a75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-commit-stats" -version = "0.1.17" +version = "0.1.18" edition = "2021" authors = ["Alexander Konietzko "] license-file = "LICENSE"