diff --git a/CHANGELOG.md b/CHANGELOG.md index a317784..6f28535 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html ## [Unreleased] +## [0.4.2] – 2022-10-09 + ### Changed - Use Github again and provide release binaries. @@ -104,7 +106,8 @@ Initial release. * Add `prune` subcommand to prune gone branches. * Add `--fetch` flag to fetch all remotes before looking for gone branches. -[Unreleased]: https://github.com/lunaryorn/git-gone/compare/v0.4.1...HEAD +[Unreleased]: https://github.com/lunaryorn/git-gone/compare/v0.4.2...HEAD +[0.4.2]: https://github.com/lunaryorn/git-gone/compare/v0.4.1...v0.4.2 [0.4.1]: https://github.com/lunaryorn/git-gone/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/lunaryorn/git-gone/compare/v0.3.8...v0.4.0 [0.3.8]: https://github.com/lunaryorn/git-gone/compare/v0.3.7...v0.3.8 diff --git a/Cargo.lock b/Cargo.lock index f93da31..0a36dec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,7 +68,7 @@ dependencies = [ [[package]] name = "git-gone" -version = "0.4.1" +version = "0.4.2" dependencies = [ "clap", "git2", diff --git a/Cargo.toml b/Cargo.toml index 507c7e7..d48b7bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-gone" -version = "0.4.1" +version = "0.4.2" description = "Manage \"gone\" Git branches" homepage = "https://github.com/lunaryorn/git-gone" repository = "https://github.com/lunaryorn/git-gone" diff --git a/README b/README index 10aafc2..1f57f0c 100644 --- a/README +++ b/README @@ -69,4 +69,4 @@ COPYRIGHT AUTHOR Sebastian Wiesner -git-gone 0.4.1 GIT-GONE(1) +git-gone 0.4.2 GIT-GONE(1) diff --git a/git-gone.1 b/git-gone.1 index 332589e..e3a7c6a 100644 --- a/git-gone.1 +++ b/git-gone.1 @@ -3,10 +3,10 @@ .\" Author: Sebastian Wiesner .\" Generator: Asciidoctor 2.0.17 .\" Manual: git-gone -.\" Source: git-gone 0.4.1 +.\" Source: git-gone 0.4.2 .\" Language: English .\" -.TH "GIT\-GONE" "1" "" "git\-gone 0.4.1" "git\-gone" +.TH "GIT\-GONE" "1" "" "git\-gone 0.4.2" "git\-gone" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/git-gone.1.adoc b/git-gone.1.adoc index 6727eb9..4016063 100644 --- a/git-gone.1.adoc +++ b/git-gone.1.adoc @@ -1,8 +1,8 @@ = git-gone(1) Sebastian Wiesner :doctype: manpage -:revnumber: 0.4.1 -:revdate: 2022-09-28 +:revnumber: 0.4.2 +:revdate: 2022-10-09 :mansource: git-gone {revnumber} :manmanual: git-gone