diff --git a/CHANGELOG.md b/CHANGELOG.md index fd28409..d7d09a0 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.13](https://github.com/cargo-bins/simple-git/compare/v0.2.12...v0.2.13) - 2024-10-22 + +### Other + +- Bump gix from 0.66.0 to 0.67.0 in the deps group ([#37](https://github.com/cargo-bins/simple-git/pull/37)) + ## [0.2.12](https://github.com/cargo-bins/simple-git/compare/v0.2.11...v0.2.12) - 2024-08-25 ### Other diff --git a/Cargo.lock b/Cargo.lock index 7807e52..45d329d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2104,7 +2104,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "simple-git" -version = "0.2.12" +version = "0.2.13" dependencies = [ "compact_str", "derive_destructure2", diff --git a/Cargo.toml b/Cargo.toml index 6701fe1..9ed220b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple-git" -version = "0.2.12" +version = "0.2.13" edition = "2021" description = "The simple git interface for gix suitable for async context (with tokio)"