We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01df5bf commit dd99a1cCopy full SHA for dd99a1c
2 files changed
CHANGELOG.rst
@@ -1,6 +1,16 @@
1
Changelog
2
=========
3
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
14
1.33.0 (2023-11-09)
15
-------------------
16
yamllint/__init__.py
@@ -21,7 +21,7 @@
21
22
23
APP_NAME = 'yamllint'
24
-APP_VERSION = '1.33.0'
+APP_VERSION = '1.34.0'
25
APP_DESCRIPTION = __doc__
26
27
__author__ = 'Adrien Vergé'
0 commit comments