Skip to content

Commit

Permalink
commitmsgfmt 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
commonquail committed Jan 12, 2020
1 parent 1a0186c commit 8ec08b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0 - 2020-01-12

- If the subject line matches a prefix recognized by `git rebase --autosquash`
(`fixup! ` or `squash! `), preserve it in its entirety. Format the rest of
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "commitmsgfmt"
version = "1.2.0-GIT"
version = "1.3.0"
authors = ["Mikkel Kjeldsen"]
description = "Formats commit messages better than fmt(1) and Vim"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion doc/commitmsgfmt.1.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= commitmsgfmt(1)
:version: 1.2.0-GIT
:version: 1.3.0
:man source: commitmsgfmt {version}
:man manual: User Commands
:self: pass:q[*commitmsgfmt*]
Expand Down

0 comments on commit 8ec08b7

Please sign in to comment.