Skip to content

Commit

Permalink
chore: release (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 12, 2024
1 parent 33e23bb commit 86fb809
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
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.7"
version = "0.2.8"
edition = "2021"

description = "The simple git interface for gix suitable for async context (with tokio)"
Expand Down

0 comments on commit 86fb809

Please sign in to comment.