Skip to content

Commit

Permalink
commitmsgfmt 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
commonquail committed Aug 25, 2018
1 parent d50d2fe commit 27ef6fd
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.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
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.0.2-GIT"
version = "1.1.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.0.2-GIT
:version: 1.1.0
:man source: commitmsgfmt {version}
:man manual: User Commands
:self: pass:q[*commitmsgfmt*]
Expand Down

0 comments on commit 27ef6fd

Please sign in to comment.