mirror of
https://github.com/adrienverge/yamllint.git
synced 2026-08-19 00:14:42 -05:00
yamllint version 1.35.0
This commit is contained in:
@@ -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)
|
||||
-------------------
|
||||
|
||||
|
||||
@@ -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é'
|
||||
|
||||
Reference in New Issue
Block a user