yamllint version 1.35.0

This commit is contained in:
Adrien Vergé
2024-02-15 09:59:18 +01:00
parent 2344380353
commit 3a13803fb0
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -1,6 +1,13 @@
Changelog
=========
1.35.0 (2024-02-15)
-------------------
- Fix failure on broken symlinks that should be ignored
- API change: ``linter.run(stream, config)`` doesn't filter files anymore
- Docs: Restore official Read the Docs theme
1.34.0 (2024-02-06)
-------------------
+1 -1
View File
@@ -21,7 +21,7 @@ indentation, etc."""
APP_NAME = 'yamllint'
APP_VERSION = '1.34.0'
APP_VERSION = '1.35.0'
APP_DESCRIPTION = __doc__
__author__ = 'Adrien Vergé'