From 8a1531d8ec4d42f51ce55cf0c5ed6eb02efdb770 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 11:09:10 +0000 Subject: [PATCH 1/2] chore: release v0.2.35 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2badbb..df7e5f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ 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)) +- Bump taiki-e/install-action from 2.85.3 to 2.86.5 ([#114](https://github.com/cargo-bins/simple-git/pull/114)) +- Bump taiki-e/install-action from 2 to 2.85.3 ([#102](https://github.com/cargo-bins/simple-git/pull/102)) + ## [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)" From cf7b7e886757bdcc6f6aaf33be4467fb6bf07a39 Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Wed, 2 Sep 2026 21:13:25 +1000 Subject: [PATCH 2/2] Update CHANGELOG.md Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df7e5f7..5616602 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### 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)) -- Bump taiki-e/install-action from 2.85.3 to 2.86.5 ([#114](https://github.com/cargo-bins/simple-git/pull/114)) -- Bump taiki-e/install-action from 2 to 2.85.3 ([#102](https://github.com/cargo-bins/simple-git/pull/102)) ## [0.2.34](https://github.com/cargo-bins/simple-git/compare/v0.2.33...v0.2.34) - 2026-07-24