yamllint version 1.24.0

This commit is contained in:
Adrien Vergé
2020-07-15 11:50:36 +02:00
parent 9e90c777cb
commit 0016390e78
2 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,14 @@
Changelog Changelog
========= =========
1.24.0 (2020-07-15)
-------------------
- Specify config with environment variable ``YAMLLINT_CONFIG_FILE``
- Fix bug with CRLF in ``new-lines`` and ``require-starting-space``
- Do not run linter on directories whose names look like YAML files
- Add ``locale`` config option and make ``key-ordering`` locale-aware
1.23.0 (2020-04-17) 1.23.0 (2020-04-17)
------------------- -------------------

View File

@@ -22,7 +22,7 @@ indentation, etc."""
APP_NAME = 'yamllint' APP_NAME = 'yamllint'
APP_VERSION = '1.23.0' APP_VERSION = '1.24.0'
APP_DESCRIPTION = __doc__ APP_DESCRIPTION = __doc__
__author__ = u'Adrien Vergé' __author__ = u'Adrien Vergé'