From 775f0ccc30c9ec241fffdca9da8d99b7dbb46370 Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Thu, 9 Jul 2020 15:26:44 +0200 Subject: [PATCH] Release 0.3.7 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- README | 2 +- git-gone.1 | 4 ++-- git-gone.1.adoc | 4 ++-- 6 files changed, 11 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99fbd52..5d064aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/Cargo.lock b/Cargo.lock index b77704d..3753e0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,7 +52,7 @@ dependencies = [ [[package]] name = "git-gone" -version = "0.3.6" +version = "0.3.7" dependencies = [ "clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)", "git2 0.13.6 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index be32a08..510c2c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README b/README index 391f7d1..29aa125 100644 --- a/README +++ b/README @@ -69,4 +69,4 @@ COPYRIGHT AUTHOR Sebastian Wiesner -git-gone 0.3.6 GIT-GONE(1) +git-gone 0.3.7 GIT-GONE(1) diff --git a/git-gone.1 b/git-gone.1 index 03f39d8..8ccdacc 100644 --- a/git-gone.1 +++ b/git-gone.1 @@ -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 diff --git a/git-gone.1.adoc b/git-gone.1.adoc index a9017ac..4f70aac 100644 --- a/git-gone.1.adoc +++ b/git-gone.1.adoc @@ -1,8 +1,8 @@ = git-gone(1) Sebastian Wiesner :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