We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc214be commit d5b6c4aCopy full SHA for d5b6c4a
CHANGELOG.rst
@@ -1,6 +1,15 @@
1
Changelog
2
=========
3
4
+1.36.0 (2025-03-11)
5
+-------------------
6
+
7
+- Add support for Python 3.13, drop support for Python 3.8
8
+- Rule ``key-ordering``: add ``ignored-keys`` option
9
+- Rule ``quoted-strings``: fix ``only-when-needed`` and escaped special chars
10
+- Fix TTY-related tests on Python 3.14
11
+- Docs: fix import of ``yamllint.config`` rather than ``yamllint``
12
13
1.35.1 (2024-02-16)
14
-------------------
15
yamllint/__init__.py
@@ -21,7 +21,7 @@
21
22
23
APP_NAME = 'yamllint'
24
-APP_VERSION = '1.35.1'
+APP_VERSION = '1.36.0'
25
APP_DESCRIPTION = __doc__
26
27
__author__ = 'Adrien Vergé'
0 commit comments