# 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.2.10](https://github.com/cargo-bins/simple-git/compare/v0.2.9...v0.2.10) - 2024-07-15
### Other
- Add new API `Repository::get_head_commit_hash()` ([#31](https://github.com/cargo-bins/simple-git/pull/31))
## [0.2.9](https://github.com/cargo-bins/simple-git/compare/v0.2.8...v0.2.9) - 2024-07-11
### Other
- Bump compact_str in the deps group across 1 directory ([#29](https://github.com/cargo-bins/simple-git/pull/29))
## [0.2.8](https://github.com/cargo-bins/simple-git/compare/v0.2.7...v0.2.8) - 2024-06-12
### Other
- Usw release-plz in publish.yml ([#26](https://github.com/cargo-bins/simple-git/pull/26))
- use environment for git config ([#25](https://github.com/cargo-bins/simple-git/pull/25))