diff --git a/CHANGELOG.md b/CHANGELOG.md index 3187318..f80a0c8 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.4.0 - 2021-04-05 - #5: Prevent breaking lines between certain types of tokens. This increases safety by preventing a line break from accidentally creating a comment line, diff --git a/Cargo.lock b/Cargo.lock index f221ec6..e214b83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -67,7 +67,7 @@ dependencies = [ [[package]] name = "commitmsgfmt" -version = "1.3.0-GIT" +version = "1.4.0" dependencies = [ "clap", "encoding", diff --git a/Cargo.toml b/Cargo.toml index 1e9be51..2b6c032 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "commitmsgfmt" -version = "1.3.0-GIT" +version = "1.4.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 328470a..ef0e62a 100644 --- a/doc/commitmsgfmt.1.adoc +++ b/doc/commitmsgfmt.1.adoc @@ -1,5 +1,5 @@ = commitmsgfmt(1) -:version: 1.3.0-GIT +:version: 1.4.0 :man source: commitmsgfmt {version} :man manual: User Commands :self: pass:q[*commitmsgfmt*]