diff --git a/CHANGELOG.md b/CHANGELOG.md index 611ac85..c24b3c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.14](https://github.com/alex289/git-commit-stats/compare/v0.1.13...v0.1.14) - 2024-07-01 + +### Other +- bump the dependencies group with 3 updates + ## [0.1.13](https://github.com/alex289/git-commit-stats/compare/v0.1.12...v0.1.13) - 2024-06-01 ### Other diff --git a/Cargo.lock b/Cargo.lock index 61c5f30..03c91f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -191,7 +191,7 @@ dependencies = [ [[package]] name = "git-commit-stats" -version = "0.1.13" +version = "0.1.14" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index ea6b142..e185e3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-commit-stats" -version = "0.1.13" +version = "0.1.14" edition = "2021" authors = ["Alexander Konietzko "] license-file = "LICENSE"