yamllint version 1.34.0

This commit is contained in:
Adrien Vergé
2024-02-06 09:54:04 +01:00
parent 01df5bf038
commit dd99a1c965
2 changed files with 11 additions and 1 deletions

View File

@@ -1,6 +1,16 @@
Changelog Changelog
========= =========
1.34.0 (2024-02-06)
-------------------
- Config: validate ``ignore-from-file`` inside rules
- Rule ``quoted-strings``: fix ``only-when-needed`` in flow maps and sequences
- Rule ``key-duplicates``: add ``forbid-duplicated-merge-keys`` option
- Rule ``quoted-strings``: add ``check-keys`` option
- Docs: add GitLab CI example
- Rule ``truthy``: adapt forbidden values based on YAML version
1.33.0 (2023-11-09) 1.33.0 (2023-11-09)
------------------- -------------------

View File

@@ -21,7 +21,7 @@ indentation, etc."""
APP_NAME = 'yamllint' APP_NAME = 'yamllint'
APP_VERSION = '1.33.0' APP_VERSION = '1.34.0'
APP_DESCRIPTION = __doc__ APP_DESCRIPTION = __doc__
__author__ = 'Adrien Vergé' __author__ = 'Adrien Vergé'