mirror of
https://github.com/adrienverge/yamllint.git
synced 2025-02-25 18:55:20 -06:00
yamllint version 1.35.1
This commit is contained in:
parent
9235c68496
commit
81e9f98ffd
@ -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)
|
||||
-------------------
|
||||
|
||||
|
@ -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é'
|
||||
|
Loading…
Reference in New Issue
Block a user