Skip to content

Commit

Permalink
yamllint version 1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienverge committed Jan 10, 2023
1 parent fa0bb03 commit b9e1fd1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog
=========

1.29.0 (2023-01-10)
-------------------

- Add support for Python 3.11, drop support for Python 3.6
- Rule ``float-values``: fix bug on strings containing fordidden values
- Stop releasing universal wheels
- Use proper Python 3 I/O type for file reading
- Rule ``indentation``: fix ``indent-sequences`` in nested collections
- Docs: clarify ``disable-line`` and parser errors, give a workaround
- Refactors to apply some pyupgrade suggestions
- Allow using a list of strings in ``ignore`` configuration
- Add ``--list-files`` command line option

1.28.0 (2022-09-12)
-------------------

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.28.0'
APP_VERSION = '1.29.0'
APP_DESCRIPTION = __doc__

__author__ = 'Adrien Vergé'
Expand Down

0 comments on commit b9e1fd1

Please sign in to comment.