Skip to content

Commit

Permalink
Release 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Jul 9, 2020
1 parent 7b81c57 commit 775f0cc
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 @@ -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.7] – 2020-07-09
### Changed
- Update dependencies to remove yanked `small_vec` version from build.

Expand Down Expand Up @@ -91,4 +93,5 @@ Initial release.
[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
[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
[0.3.7]: https://github.com/lunaryorn/git-gone/compare/vv0.3.6...v0.3.7
[Unreleased]: https://github.com/lunaryorn/git-gone/compare/v0.3.7...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.6"
version = "0.3.7"
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.3.6 GIT-GONE(1)
git-gone 0.3.7 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.10
.\" Manual: git-gone
.\" Source: git-gone 0.3.6
.\" Source: git-gone 0.3.7
.\" Language: English
.\"
.TH "GIT\-GONE" "1" "" "git\-gone 0.3.6" "git\-gone"
.TH "GIT\-GONE" "1" "" "git\-gone 0.3.7" "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.3.6
:revdate: 2020-06-14
:revnumber: 0.3.7
:revdate: 2020-07-09
:mansource: git-gone {revnumber}
:manmanual: git-gone

Expand Down

0 comments on commit 775f0cc

Please sign in to comment.