Skip to content

Commit dd99a1c

Browse files
committed
yamllint version 1.34.0
1 parent 01df5bf commit dd99a1c

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
=========
33

4+
1.34.0 (2024-02-06)
5+
-------------------
6+
7+
- Config: validate ``ignore-from-file`` inside rules
8+
- Rule ``quoted-strings``: fix ``only-when-needed`` in flow maps and sequences
9+
- Rule ``key-duplicates``: add ``forbid-duplicated-merge-keys`` option
10+
- Rule ``quoted-strings``: add ``check-keys`` option
11+
- Docs: add GitLab CI example
12+
- Rule ``truthy``: adapt forbidden values based on YAML version
13+
414
1.33.0 (2023-11-09)
515
-------------------
616

yamllint/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222

2323
APP_NAME = 'yamllint'
24-
APP_VERSION = '1.33.0'
24+
APP_VERSION = '1.34.0'
2525
APP_DESCRIPTION = __doc__
2626

2727
__author__ = 'Adrien Vergé'

0 commit comments

Comments
 (0)