File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
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+
4171.28.0 (2022-09-12)
518-------------------
619
Original file line number Diff line number Diff line change 2121
2222
2323APP_NAME = 'yamllint'
24- APP_VERSION = '1.28 .0'
24+ APP_VERSION = '1.29 .0'
2525APP_DESCRIPTION = __doc__
2626
2727__author__ = 'Adrien Vergé'
You can’t perform that action at this time.
0 commit comments