From f91b46c299440c6bb6a7651524a39bdb67d84528 Mon Sep 17 00:00:00 2001 From: Mikkel Kjeldsen Date: Wed, 22 Aug 2018 21:42:58 +0200 Subject: [PATCH] commitmsgfmt 1.0.2 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- doc/commitmsgfmt.1.adoc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20c4100..640c8e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ `commitmsgfmt` formats commit messages. It reflows and wraps text, with special understanding of patterns often seen in commit messages. -## Unreleased +## 1.0.2 - 2018-08-22 - #4: Fix AppVeyor build failure. - #2: Fix "scissor" formatting for `commit --verbose`. diff --git a/Cargo.lock b/Cargo.lock index b215311..afb38a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "commitmsgfmt" -version = "1.0.1-GIT" +version = "1.0.2" dependencies = [ "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)", "encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index db79d0b..72030f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "commitmsgfmt" -version = "1.0.1-GIT" +version = "1.0.2" authors = ["Mikkel Kjeldsen"] description = "Formats commit messages better than fmt(1) and Vim" publish = false diff --git a/doc/commitmsgfmt.1.adoc b/doc/commitmsgfmt.1.adoc index a1ba219..969c67f 100644 --- a/doc/commitmsgfmt.1.adoc +++ b/doc/commitmsgfmt.1.adoc @@ -1,5 +1,5 @@ = commitmsgfmt(1) -:version: 1.0.1-GIT +:version: 1.0.2 :man source: commitmsgfmt {version} :man manual: User Commands :self: pass:q[*commitmsgfmt*]