yamllint version 1.30.0

This commit is contained in:
Adrien Vergé
2023-03-22 10:38:34 +01:00
parent ebd6b90d3e
commit 9d0f59876d
2 changed files with 10 additions and 1 deletions

View File

@@ -1,6 +1,15 @@
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)
-------------------

View File

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