From db30ed2c05b32fd0ee4e1469b5911248f2dd8fcd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:09:14 -0700 Subject: [PATCH] chore: release (#10) Co-authored-by: Grayson (he/him) <94549+graysonarts@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 bd554b2..e420038 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.4](https://github.com/graysonarts/git-superprune/compare/v0.1.3...v0.1.4) - 2024-07-19 + +### Other +- use the automatic github token ([#9](https://github.com/graysonarts/git-superprune/pull/9)) + ## [0.1.3](https://github.com/graysonarts/git-superprune/compare/v0.1.2...v0.1.3) - 2024-07-18 ### Other diff --git a/Cargo.lock b/Cargo.lock index 43147d6..41ac56f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -263,7 +263,7 @@ checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" [[package]] name = "git-superprune" -version = "0.1.3" +version = "0.1.4" dependencies = [ "cargo-husky", "clap", diff --git a/Cargo.toml b/Cargo.toml index 32683e4..88d3bfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-superprune" -version = "0.1.3" +version = "0.1.4" edition = "2021" license = "MIT" description = "A tool to prune merged remote branches from the local repository."