We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9235c68 commit 81e9f98Copy full SHA for 81e9f98
CHANGELOG.rst
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+1.35.1 (2024-02-16)
5
+-------------------
6
+
7
+- Restore ignoration of files passed as command-line arguments
8
+- Revert API change from version 1.35.0
9
10
1.35.0 (2024-02-15)
11
-------------------
12
yamllint/__init__.py
@@ -21,7 +21,7 @@
21
22
23
APP_NAME = 'yamllint'
24
-APP_VERSION = '1.35.0'
+APP_VERSION = '1.35.1'
25
APP_DESCRIPTION = __doc__
26
27
__author__ = 'Adrien Vergé'
0 commit comments