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 2344380 commit 3a13803Copy full SHA for 3a13803
CHANGELOG.rst
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+1.35.0 (2024-02-15)
5
+-------------------
6
+
7
+- Fix failure on broken symlinks that should be ignored
8
+- API change: ``linter.run(stream, config)`` doesn't filter files anymore
9
+- Docs: Restore official Read the Docs theme
10
11
1.34.0 (2024-02-06)
12
-------------------
13
yamllint/__init__.py
@@ -21,7 +21,7 @@
21
22
23
APP_NAME = 'yamllint'
24
-APP_VERSION = '1.34.0'
+APP_VERSION = '1.35.0'
25
APP_DESCRIPTION = __doc__
26
27
__author__ = 'Adrien Vergé'
0 commit comments