We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65c292 commit 3c3b3e6Copy full SHA for 3c3b3e6
CHANGELOG.md
@@ -3,7 +3,7 @@
3
`commitmsgfmt` formats commit messages. It reflows and wraps text, with special
4
understanding of patterns often seen in commit messages.
5
6
-## Unreleased
+## 1.0.1 - 2018-08-20
7
8
- #1: Fix continuation indentation of tab-indented list items
9
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "commitmsgfmt"
-version = "1.0.0-GIT"
+version = "1.0.1"
authors = ["Mikkel Kjeldsen"]
description = "Formats commit messages better than fmt(1) and Vim"
publish = false
0 commit comments