diff --git a/CHANGELOG.md b/CHANGELOG.md index a2badbb..5616602 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.2.35](https://github.com/cargo-bins/simple-git/compare/v0.2.34...v0.2.35) - 2026-09-02 + +### Other + +- Bump gix from 0.86.0 to 0.87.0 in the deps group ([#117](https://github.com/cargo-bins/simple-git/pull/117)) + ## [0.2.34](https://github.com/cargo-bins/simple-git/compare/v0.2.33...v0.2.34) - 2026-07-24 ### Other diff --git a/Cargo.lock b/Cargo.lock index 3a3ba2f..74b390d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2333,7 +2333,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "simple-git" -version = "0.2.34" +version = "0.2.35" dependencies = [ "compact_str", "derive_destructure2", diff --git a/Cargo.toml b/Cargo.toml index 49c707a..0174368 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple-git" -version = "0.2.34" +version = "0.2.35" edition = "2021" description = "The simple git interface for gix suitable for async context (with tokio)"