Skip to content

Commit

Permalink
yamllint version 1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienverge committed Feb 6, 2024
1 parent 01df5bf commit dd99a1c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

1.34.0 (2024-02-06)
-------------------

- Config: validate ``ignore-from-file`` inside rules
- Rule ``quoted-strings``: fix ``only-when-needed`` in flow maps and sequences
- Rule ``key-duplicates``: add ``forbid-duplicated-merge-keys`` option
- Rule ``quoted-strings``: add ``check-keys`` option
- Docs: add GitLab CI example
- Rule ``truthy``: adapt forbidden values based on YAML version

1.33.0 (2023-11-09)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion yamllint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


APP_NAME = 'yamllint'
APP_VERSION = '1.33.0'
APP_VERSION = '1.34.0'
APP_DESCRIPTION = __doc__

__author__ = 'Adrien Vergé'
Expand Down

0 comments on commit dd99a1c

Please sign in to comment.