Skip to content

Commit 3a13803

Browse files
committed
yamllint version 1.35.0
1 parent 2344380 commit 3a13803

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

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

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+
411
1.34.0 (2024-02-06)
512
-------------------
613

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

2727
__author__ = 'Adrien Vergé'

0 commit comments

Comments
 (0)