From 1060a60561eb52e4cd6754f24f71173fc352f6c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 06:28:45 -0700 Subject: [PATCH] chore: release (#13) 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 e420038..d5dee6f 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.1.5](https://github.com/graysonarts/git-superprune/compare/v0.1.4...v0.1.5) - 2024-07-19 + +### Other +- Run remote prune origin ([#12](https://github.com/graysonarts/git-superprune/pull/12)) + ## [0.1.4](https://github.com/graysonarts/git-superprune/compare/v0.1.3...v0.1.4) - 2024-07-19 ### Other diff --git a/Cargo.lock b/Cargo.lock index 41ac56f..9096a44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -263,7 +263,7 @@ checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" [[package]] name = "git-superprune" -version = "0.1.4" +version = "0.1.5" dependencies = [ "cargo-husky", "clap", diff --git a/Cargo.toml b/Cargo.toml index 88d3bfe..5f0b74f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-superprune" -version = "0.1.4" +version = "0.1.5" edition = "2021" license = "MIT" description = "A tool to prune merged remote branches from the local repository."