From e3c7cb31a87490e24e80d6aa5786518df0dbcd1d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 02:41:01 +0000 Subject: [PATCH] chore: release (#34) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3694e27..28a419f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.11](https://github.com/cargo-bins/simple-git/compare/v0.2.10...v0.2.11) - 2024-07-25 + +### Other +- Bump gix from 0.63.0 to 0.64.0 in the deps group ([#33](https://github.com/cargo-bins/simple-git/pull/33)) + ## [0.2.10](https://github.com/cargo-bins/simple-git/compare/v0.2.9...v0.2.10) - 2024-07-15 ### Other diff --git a/Cargo.lock b/Cargo.lock index fef37c1..ef9a28e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2154,7 +2154,7 @@ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" [[package]] name = "simple-git" -version = "0.2.10" +version = "0.2.11" dependencies = [ "compact_str", "derive_destructure2", diff --git a/Cargo.toml b/Cargo.toml index ea5676a..20f2b18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple-git" -version = "0.2.10" +version = "0.2.11" edition = "2021" description = "The simple git interface for gix suitable for async context (with tokio)"