# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.1.16](https://github.com/alex289/git-commit-stats/compare/v0.1.15...v0.1.16) - 2024-09-01
### Fixed
- Update deny config
### Other
- bump the dependencies group with 2 updates
## [0.1.15](https://github.com/alex289/git-commit-stats/compare/v0.1.14...v0.1.15) - 2024-08-01
### Other
- bump clap from 4.5.8 to 4.5.13 in the dependencies group
## [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
- bump itertools from 0.12.1 to 0.13.0 in the dependencies group
## [0.1.12](https://github.com/alex289/git-commit-stats/compare/v0.1.11...v0.1.12) - 2024-05-01
### Other
- bump chrono from 0.4.37 to 0.4.38 in the dependencies group
## [0.1.11](https://github.com/alex289/git-commit-stats/compare/v0.1.10...v0.1.11) - 2024-04-01
### Other
- bump the dependencies group with 4 updates
## [0.1.10](https://github.com/alex289/git-commit-stats/compare/v0.1.9...v0.1.10) - 2024-03-01
### Other
- bump the dependencies group with 2 updates
## [0.1.9](https://github.com/alex289/git-commit-stats/compare/v0.1.8...v0.1.9) - 2024-02-18
### Added
- Add commit activity analysis
## [0.1.8](https://github.com/alex289/git-commit-stats/compare/v0.1.7...v0.1.8) - 2024-02-18
### Added
- Add word occurrences anlysis
## [0.1.7](https://github.com/alex289/git-commit-stats/compare/v0.1.6...v0.1.7) - 2024-02-12
### Other
- bump the cargo group across 1 directories with 1 update
## [0.1.6](https://github.com/alex289/git-commit-stats/compare/v0.1.5...v0.1.6) - 2024-01-31
### Added
- Add dependency checks
## [0.1.5](https://github.com/alex289/git-commit-stats/compare/v0.1.4...v0.1.5) - 2024-01-30
### Added
- Set deps update to monthly
- Improve error handling
### Fixed
- Apply linting suggestions
## [0.1.4](https://github.com/alex289/git-commit-stats/compare/v0.1.3...v0.1.4) - 2024-01-22
### Other
- bump the dependencies group with 1 update
## [0.1.3](https://github.com/alex289/git-commit-stats/compare/v0.1.2...v0.1.3) - 2024-01-15
### Added
- Update license year
### Other
- bump the dependencies group with 1 update
## [0.1.2](https://github.com/alex289/git-commit-stats/compare/v0.1.1...v0.1.2) - 2024-01-05
### Added
- Show errors on tests
- Add test logs
- Add community standards
- Add tests
- Code cleanup
### Fixed
- Checkout all commits for tests
- Use existing username for tests
- Set git user name for tests
- Install not add the package
## [0.1.1](https://github.com/alex289/git-commit-stats/compare/v0.1.0...v0.1.1) - 2024-01-05
### Added
- Remove .idea
- Adjust Readme
- Add dependabot config
### Other
- Merge branch 'main' into dependabot/cargo/dependencies-87ed3e6c5c
- bump the dependencies group with 1 update
- release
## [0.1.0](https://github.com/alex289/git-commit-stats/releases/tag/v0.1.0) - 2024-01-05
### Added
- Use release-plz
- Update workflows
- Apply formatting and lint warnings
- Add ci cd
- Add error handling
- Set default repo path to current directory
- Add filter for analyze range
- Filter commits by user
- Cleanup
- Add initial functionality
- Initial commit
### Fixed
- Use another package name
- cd workflow
### Other
- Ignore ds store