Skip to content

Commit

Permalink
Release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Oct 9, 2022
1 parent a956904 commit ef8792c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
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 = "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"
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ COPYRIGHT
AUTHOR
Sebastian Wiesner

git-gone 0.4.1 GIT-GONE(1)
git-gone 0.4.2 GIT-GONE(1)
4 changes: 2 additions & 2 deletions git-gone.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions git-gone.1.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
= git-gone(1)
Sebastian Wiesner <sebastian@swsnr.de>
: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

Expand Down

0 comments on commit ef8792c

Please sign in to comment.