Skip to content

Commit

Permalink
yamllint version 1.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienverge committed Mar 22, 2023
1 parent ebd6b90 commit 9d0f598
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
@@ -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)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion yamllint/__init__.py
Expand Up @@ -21,7 +21,7 @@


APP_NAME = 'yamllint'
APP_VERSION = '1.29.0'
APP_VERSION = '1.30.0'
APP_DESCRIPTION = __doc__

__author__ = 'Adrien Vergé'
Expand Down

0 comments on commit 9d0f598

Please sign in to comment.