mirror of
https://github.com/adrienverge/yamllint.git
synced 2024-11-22 07:36:25 -06:00
yamllint version 1.25.0
This commit is contained in:
parent
1a4f9fe00f
commit
16e0f9d7b2
@ -1,6 +1,23 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
1.25.0 (2020-09-29)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
- Run tests on Travis both with and without UTF-8 locales
|
||||||
|
- Improve documentationon with default values to rules with options
|
||||||
|
- Improve documentation with a Python API usage example
|
||||||
|
- Fix documentation on ``commas`` examples
|
||||||
|
- Packaging: move setuptools' configuration from ``setup.py`` to ``setup.cfg``
|
||||||
|
- Packaging: add extra info in PyPI metadata
|
||||||
|
- Improve documentation on ``yaml-files``
|
||||||
|
- Fix ``octal-values`` to prevent detection of ``8`` and ``9`` as octal values
|
||||||
|
- Fix ``quoted-strings`` Fix detecting strings with hashtag as requiring quotes
|
||||||
|
- Add ``forbid`` configuration to the ``braces`` and ``brackets`` rules
|
||||||
|
- Fix runtime dependencies missing ``setuptools``
|
||||||
|
- Add a new output format for GitHub Annotations (``--format github``)
|
||||||
|
- Fix DOS lines messing with rule IDs in directives
|
||||||
|
|
||||||
1.24.2 (2020-07-16)
|
1.24.2 (2020-07-16)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ indentation, etc."""
|
|||||||
|
|
||||||
|
|
||||||
APP_NAME = 'yamllint'
|
APP_NAME = 'yamllint'
|
||||||
APP_VERSION = '1.24.2'
|
APP_VERSION = '1.25.0'
|
||||||
APP_DESCRIPTION = __doc__
|
APP_DESCRIPTION = __doc__
|
||||||
|
|
||||||
__author__ = u'Adrien Vergé'
|
__author__ = u'Adrien Vergé'
|
||||||
|
Loading…
Reference in New Issue
Block a user