Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Aug 20, 2023
1 parent b1d3b52 commit ba62807
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.0.0] – 2023-08-20

### Changed
- Don't error/short-circuit when failing to delete a branch (see [GH-22] and [GH-23]).

Expand Down Expand Up @@ -123,7 +125,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/v0.5.0...HEAD
[Unreleased]: https://github.com/swsnr/git-gone/compare/v1.0.0...HEAD
[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
[0.4.3]: https://github.com/swsnr/git-gone/compare/v0.4.2...v0.4.3
[0.4.2]: https://github.com/swsnr/git-gone/compare/v0.4.1...v0.4.2
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.5.0"
version = "1.0.0"
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.18
.\" Generator: Asciidoctor 2.0.20
.\" Manual: git-gone
.\" Source: git-gone 0.5.0
.\" Source: git-gone 1.0.0
.\" Language: English
.\"
.TH "GIT\-GONE" "1" "" "git\-gone 0.5.0" "git\-gone"
.TH "GIT\-GONE" "1" "" "git\-gone 1.0.0" "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.5.0
:revdate: 2023-04-03
:revnumber: 1.0.0
:revdate: 2023-08-20
:mansource: git-gone {revnumber}
:manmanual: git-gone

Expand Down

0 comments on commit ba62807

Please sign in to comment.