Skip to content

Commit

Permalink
Release 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Jun 14, 2020
1 parent c74345f commit 6b3338f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.6] – 2020-06-14
### Changed
- Update dependencies.

Expand Down Expand Up @@ -80,4 +82,5 @@ Initial release.
[0.3.3]: https://github.com/lunaryorn/git-gone/compare/vv0.3.2...v0.3.3
[0.3.4]: https://github.com/lunaryorn/git-gone/compare/vv0.3.3...v0.3.4
[0.3.5]: https://github.com/lunaryorn/git-gone/compare/vv0.3.4...v0.3.5
[Unreleased]: https://github.com/lunaryorn/git-gone/compare/v0.3.5...HEAD
[0.3.6]: https://github.com/lunaryorn/git-gone/compare/vv0.3.5...v0.3.6
[Unreleased]: https://github.com/lunaryorn/git-gone/compare/v0.3.6...HEAD
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.3.5"
version = "0.3.6"
description = "Manage \"gone\" Git branches"
homepage = "https://github.com/lunaryorn/git-gone"
repository = "https://github.com/lunaryorn/git-gone"
Expand Down
4 changes: 2 additions & 2 deletions git-gone.1
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
.\" Generator: Asciidoctor 2.0.10
.\" Date: 2020-06-14
.\" Manual: git-gone
.\" Source: git-gone 0.3.5
.\" Source: git-gone 0.3.6
.\" Language: English
.\"
.TH "GIT\-GONE" "1" "2020-06-14" "git\-gone 0.3.5" "git\-gone"
.TH "GIT\-GONE" "1" "2020-06-14" "git\-gone 0.3.6" "git\-gone"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down
2 changes: 1 addition & 1 deletion git-gone.1.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= git-gone(1)
Sebastian Wiesner <sebastian@swsnr.de>
:doctype: manpage
:revnumber: 0.3.5
:revnumber: 0.3.6
:revdate: 2020-06-14
:mansource: git-gone {revnumber}
:manmanual: git-gone
Expand Down

0 comments on commit 6b3338f

Please sign in to comment.