yamllint version 1.30.0

pull/554/head v1.30.0
Adrien Vergé 2 years ago
parent ebd6b90d3e
commit 9d0f59876d

@ -1,6 +1,15 @@
Changelog Changelog
========= =========
1.30.0 (2023-03-22)
-------------------
- Rule ``anchors``: add new rule to detect undeclared or duplicated anchors
- Python API: prevent using ``is_file_ignored()`` with null ``filepath``
- Docs: fix misleading Python API example
- Docs: fix plain text code snippet example
- Docs: update pre-commit hook example
1.29.0 (2023-01-10) 1.29.0 (2023-01-10)
------------------- -------------------

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

Loading…
Cancel
Save