summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoris Roovers <jroovers@cisco.com>2017-04-25 13:31:04 +0200
committerJoris Roovers <jroovers@cisco.com>2017-04-25 13:31:04 +0200
commit2cb535316295d78e09d82b21462e057b65f9c04c (patch)
treeb13eb24075aa0affa0e7aa0a6ce8bca9689956b1
parentf45eb745561184cef63d9abfa3f951f1ae2505b1 (diff)
0.8.2 releasev0.8.2
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.
-rw-r--r--CHANGELOG.md2
-rw-r--r--gitlint/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e2b4c4f..50632af 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog #
-## v0.8.1 (2017-04-25) ##
+## v0.8.2 (2017-04-25) ##
The 0.8.2 release brings minor improvements, bugfixes and some under-the-hood changes. Special thanks to
[tommyip](https://github.com/tommyip) for his contributions.
diff --git a/gitlint/__init__.py b/gitlint/__init__.py
index daf834b..deded32 100644
--- a/gitlint/__init__.py
+++ b/gitlint/__init__.py
@@ -1 +1 @@
-__version__ = "0.9.0dev"
+__version__ = "0.8.2"