Skip to content

Commit

Permalink
yamllint version 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienverge committed Oct 10, 2017
1 parent c4a3e15 commit c8fc170
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,13 @@
Changelog
=========

1.8.2 (2017-10-10)
------------------

- Be clearer about the `ignore` conf type
- Update pre-commit hook file
- Add documentation for pre-commit

1.8.1 (2017-07-04)
------------------

Expand Down
2 changes: 1 addition & 1 deletion yamllint/__init__.py
Expand Up @@ -22,7 +22,7 @@


APP_NAME = 'yamllint'
APP_VERSION = '1.8.1'
APP_VERSION = '1.8.2'
APP_DESCRIPTION = __doc__

__author__ = u'Adrien Vergé'
Expand Down

0 comments on commit c8fc170

Please sign in to comment.