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."