From 2cb535316295d78e09d82b21462e057b65f9c04c Mon Sep 17 00:00:00 2001 From: Joris Roovers Date: Tue, 25 Apr 2017 13:31:04 +0200 Subject: 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. --- CHANGELOG.md | 2 +- gitlint/__init__.py | 2 +- 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" -- cgit v1.2.3