Skip to content

Commit 81e9f98

Browse files
committed
yamllint version 1.35.1
1 parent 9235c68 commit 81e9f98

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

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

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+
410
1.35.0 (2024-02-15)
511
-------------------
612

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.35.0'
24+
APP_VERSION = '1.35.1'
2525
APP_DESCRIPTION = __doc__
2626

2727
__author__ = 'Adrien Vergé'

0 commit comments

Comments
 (0)