yamllint version 1.35.1

This commit is contained in:
Adrien Vergé 2024-02-16 11:48:35 +01:00
parent 9235c68496
commit 81e9f98ffd
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog
=========
1.35.1 (2024-02-16)
-------------------
- Restore ignoration of files passed as command-line arguments
- Revert API change from version 1.35.0
1.35.0 (2024-02-15)
-------------------

View File

@ -21,7 +21,7 @@ indentation, etc."""
APP_NAME = 'yamllint'
APP_VERSION = '1.35.0'
APP_VERSION = '1.35.1'
APP_DESCRIPTION = __doc__
__author__ = 'Adrien Vergé'