Skip to content

Commit

Permalink
yamllint version 1.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienverge committed Feb 16, 2024
1 parent 9235c68 commit 81e9f98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,12 @@
Changelog
=========

1.35.1 (2024-02-16)
-------------------

- Restore ignoration of files passed as command-line arguments
- Revert API change from version 1.35.0

1.35.0 (2024-02-15)
-------------------

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


APP_NAME = 'yamllint'
APP_VERSION = '1.35.0'
APP_VERSION = '1.35.1'
APP_DESCRIPTION = __doc__

__author__ = 'Adrien Vergé'
Expand Down

0 comments on commit 81e9f98

Please sign in to comment.