diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a21883..211f428 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.1.0 - 2018-08-25 - #3: If the `core.commentChar` setting is set to an explicit character, use that for identifying comments. Default to `#` when unset or set to the diff --git a/Cargo.lock b/Cargo.lock index d8c940d..3cc685b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "commitmsgfmt" -version = "1.0.2-GIT" +version = "1.1.0" dependencies = [ "clap 2.32.0 (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 7f25d2f..ed511de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "commitmsgfmt" -version = "1.0.2-GIT" +version = "1.1.0" 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 da79750..20d2c7d 100644 --- a/doc/commitmsgfmt.1.adoc +++ b/doc/commitmsgfmt.1.adoc @@ -1,5 +1,5 @@ = commitmsgfmt(1) -:version: 1.0.2-GIT +:version: 1.1.0 :man source: commitmsgfmt {version} :man manual: User Commands :self: pass:q[*commitmsgfmt*]