yamllint version 1.24.0

pull/287/head v1.24.0
Adrien Vergé 5 years ago
parent 9e90c777cb
commit 0016390e78

@ -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)
------------------- -------------------

@ -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é'

Loading…
Cancel
Save