yamllint version 1.32.0

pull/575/head v1.32.0
Adrien Vergé 2 years ago
parent e636848ddc
commit b05e028c58

@ -1,6 +1,12 @@
Changelog
=========
1.32.0 (2023-05-22)
-------------------
- Look for configuration file in parent directories
- Rule ``anchors``: add new option ``forbid-unused-anchors``
1.31.0 (2023-04-21)
-------------------

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

Loading…
Cancel
Save