Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Comment thread
NobodyXu marked this conversation as resolved.
Outdated

## [0.2.34](https://github.com/cargo-bins/simple-git/compare/v0.2.33...v0.2.34) - 2026-07-24

### Other
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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)"
Expand Down