Skip to content

Commit f717828

Browse files
0.7.1 release
- Behavior change: gitlint no longer prints the file path by default when using a .gitlint file. The path will still be printed when using the new --debug flag. - Gitlint now prints a correct violation message for the title-match-regex rule. - Gitlint is now better at parsing commit messages cross-platform by taking platform specific line endings into account - Minor documentation improvements Full Release details in CHANGELOG.md.
1 parent 0c1783d commit f717828

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog #
22

3+
## v0.7.1 (2016-06-18) ##
4+
Bugfixes:
5+
6+
- **Behavior change**: gitlint no longer prints the file path by default when using a ```.gitlint``` file. The path
7+
will still be printed when using the new ```--debug``` flag. Special thanks to [Slipcon](https://github.com/slipcon).
8+
for submitting this.
9+
- Gitlint now prints a correct violation message for the ```title-match-regex``` rule. Special thanks to
10+
[Slipcon](https://github.com/slipcon) for submitting this.
11+
- Gitlint is now better at parsing commit messages cross-platform by taking platform specific line endings into account
12+
- Minor documentation improvements
13+
314
## v0.7.0 (2016-04-20) ##
415
This release contains mostly bugfix and internal code improvements. Special thanks to
516
[William Turell](https://github.com/wturrell) and [Joe Grund](https://github.com/jgrund) for bug reports and pull

gitlint/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.0dev"
1+
__version__ = "0.7.1"

0 commit comments

Comments
 (0)