From 86fb8098179737a616d238e8f89df44c5ce90882 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 19:19:08 +1000 Subject: [PATCH] chore: release (#27) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b2ffced --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.2.8](https://github.com/cargo-bins/simple-git/compare/v0.2.7...v0.2.8) - 2024-06-12 + +### Other +- Usw release-plz in publish.yml ([#26](https://github.com/cargo-bins/simple-git/pull/26)) +- use environment for git config ([#25](https://github.com/cargo-bins/simple-git/pull/25)) diff --git a/Cargo.lock b/Cargo.lock index 83fbf7b..0afeb08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2076,7 +2076,7 @@ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" [[package]] name = "simple-git" -version = "0.2.7" +version = "0.2.8" dependencies = [ "compact_str", "derive_destructure2", diff --git a/Cargo.toml b/Cargo.toml index 7196c1d..28925ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple-git" -version = "0.2.7" +version = "0.2.8" edition = "2021" description = "The simple git interface for gix suitable for async context (with tokio)"