Skip to content

Commit e068760

Browse files
committed
commitmsgfmt 1.4.0
1 parent 592936e commit e068760

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
`commitmsgfmt` formats commit messages. It reflows and wraps text, with special
44
understanding of patterns often seen in commit messages.
55

6-
## Unreleased
6+
## 1.4.0 - 2021-04-05
77

88
- #5: Prevent breaking lines between certain types of tokens. This increases
99
safety by preventing a line break from accidentally creating a comment line,

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "commitmsgfmt"
3-
version = "1.3.0-GIT"
3+
version = "1.4.0"
44
authors = ["Mikkel Kjeldsen"]
55
description = "Formats commit messages better than fmt(1) and Vim"
66
publish = false

doc/commitmsgfmt.1.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= commitmsgfmt(1)
2-
:version: 1.3.0-GIT
2+
:version: 1.4.0
33
:man source: commitmsgfmt {version}
44
:man manual: User Commands
55
:self: pass:q[*commitmsgfmt*]

0 commit comments

Comments
 (0)