Skip to content

Commit 2cb5353

Browse files
0.8.2 release
The 0.8.2 release brings minor improvements, bugfixes and some under-the-hood changes. Special thanks to tommyip for his contributions. - --extra-path now also accepts a file path (in the past only directory paths where accepted). Thanks to tommyip for implementing this! - gitlint will now show more information when using the --debug flag. This is initial work and will continue to be improved upon in later releases. - Bugfixes: - #24: --commits doesn't take commit specific config into account - #27: --commits returns the wrong exit code - Development: better unit and integration test coverage for --commits Full Release details in CHANGELOG.md.
1 parent f45eb74 commit 2cb5353

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog #
22

3-
## v0.8.1 (2017-04-25) ##
3+
## v0.8.2 (2017-04-25) ##
44

55
The 0.8.2 release brings minor improvements, bugfixes and some under-the-hood changes. Special thanks to
66
[tommyip](https://github.com/tommyip) for his contributions.

gitlint/__init__.py

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

0 commit comments

Comments
 (0)