Skip to content

Commit

Permalink
yamllint version 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienverge committed Mar 24, 2020
1 parent 3a6a09b commit 542ae75
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

1.21.0 (2020-03-24)
-------------------

- Fix ``new-lines`` rule on Python 3 with DOS line endings
- Fix ``quoted-strings`` rule not working for string values matching scalars
- Add ``required: only-when-needed`` option to the ``quoted-strings`` rule

1.20.0 (2019-12-26)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion yamllint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


APP_NAME = 'yamllint'
APP_VERSION = '1.20.0'
APP_VERSION = '1.21.0'
APP_DESCRIPTION = __doc__

__author__ = u'Adrien Vergé'
Expand Down

0 comments on commit 542ae75

Please sign in to comment.