Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Sep 19, 2024
1 parent 7ec9a4e commit 560e03f
Show file tree
Hide file tree
Showing 5 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]

## [1.1.1] – 2024-09-19

### Changed
- Update dependencies.

Expand Down Expand Up @@ -136,7 +138,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/swsnr/git-gone/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/swsnr/git-gone/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/swsnr/git-gone/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/swsnr/git-gone/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/swsnr/git-gone/compare/v0.5.0...v1.0.0
[0.5.0]: https://github.com/swsnr/git-gone/compare/v0.4.3...v0.5.0
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 = "1.1.0"
version = "1.1.1"
description = "Manage \"gone\" Git branches"
homepage = "https://github.com/swsnr/git-gone"
repository = "https://github.com/swsnr/git-gone"
Expand Down
6 changes: 3 additions & 3 deletions git-gone.1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
'\" t
.\" Title: git-gone
.\" Author: Sebastian Wiesner
.\" Generator: Asciidoctor 2.0.20
.\" Generator: Asciidoctor 2.0.23
.\" Manual: git-gone
.\" Source: git-gone 1.1.0
.\" Source: git-gone 1.1.1
.\" Language: English
.\"
.TH "GIT\-GONE" "1" "" "git\-gone 1.1.0" "git\-gone"
.TH "GIT\-GONE" "1" "" "git\-gone 1.1.1" "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: 1.1.0
:revdate: 2024-02-28
:revnumber: 1.1.1
:revdate: 2024-09-19
:mansource: git-gone {revnumber}
:manmanual: git-gone

Expand Down

0 comments on commit 560e03f

Please sign in to comment.