summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rw-r--r--gitlint/__init__.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5a43e24..ee985fe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,9 @@
# Changelog #
-## v0.4.0dev (master) ##
+## v0.4.0 (2015-09-19) ##
- New rules: ```body-is-missing```, ```body-min-length```, ```title-leading-whitespace```,
- ```body-changed-file-mention```. Details can be found in the [Rules section of the README](README.md#supported-rules).
+ ```body-changed-file-mention```. Details can be found in the [Rules section of the README](README.md#rules).
- The git ```commit-msg``` hook now allows you to keep or discard the commit when it fails gitlint validation
- gitlint is now also released as a [python wheel](http://pythonwheels.com/) on pypi.
- Internal: rule classes now have access to a gitcontext containing body the commit message and the files changed in the
diff --git a/gitlint/__init__.py b/gitlint/__init__.py
index 710b3af..6a9beea 100644
--- a/gitlint/__init__.py
+++ b/gitlint/__init__.py
@@ -1 +1 @@
-__version__ = "0.4.0dev"
+__version__ = "0.4.0"