Skip to content

Commit b9e1fd1

Browse files
committed
yamllint version 1.29.0
1 parent fa0bb03 commit b9e1fd1

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog
22
=========
33

4+
1.29.0 (2023-01-10)
5+
-------------------
6+
7+
- Add support for Python 3.11, drop support for Python 3.6
8+
- Rule ``float-values``: fix bug on strings containing fordidden values
9+
- Stop releasing universal wheels
10+
- Use proper Python 3 I/O type for file reading
11+
- Rule ``indentation``: fix ``indent-sequences`` in nested collections
12+
- Docs: clarify ``disable-line`` and parser errors, give a workaround
13+
- Refactors to apply some pyupgrade suggestions
14+
- Allow using a list of strings in ``ignore`` configuration
15+
- Add ``--list-files`` command line option
16+
417
1.28.0 (2022-09-12)
518
-------------------
619

yamllint/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222

2323
APP_NAME = 'yamllint'
24-
APP_VERSION = '1.28.0'
24+
APP_VERSION = '1.29.0'
2525
APP_DESCRIPTION = __doc__
2626

2727
__author__ = 'Adrien Vergé'

0 commit comments

Comments
 (0)