Skip to content

Commit

Permalink
0.7.1 release
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
jroovers-cisco committed Jun 18, 2016
1 parent 0c1783d commit f717828
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog #

## v0.7.1 (2016-06-18) ##
Bugfixes:

- **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. Special thanks to [Slipcon](https://github.com/slipcon).
for submitting this.
- Gitlint now prints a correct violation message for the ```title-match-regex``` rule. Special thanks to
[Slipcon](https://github.com/slipcon) for submitting this.
- Gitlint is now better at parsing commit messages cross-platform by taking platform specific line endings into account
- Minor documentation improvements

## v0.7.0 (2016-04-20) ##
This release contains mostly bugfix and internal code improvements. Special thanks to
[William Turell](https://github.com/wturrell) and [Joe Grund](https://github.com/jgrund) for bug reports and pull
Expand Down
2 changes: 1 addition & 1 deletion gitlint/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.0dev"
__version__ = "0.7.1"

0 comments on commit f717828

Please sign in to comment.