File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 1.27.0 (2022-07-08)
5+ -------------------
6+
7+ - Add support for Python 3.10, drop Python 3.5
8+ - Fix GitHub Actions workflow
9+ - Refactor ``--format=auto `` logic
10+ - Update GitHub format output to use groups
11+ - Rule ``comments ``: allow whitespace after the shebang marker
12+ - Multiple minor fixes in documetation
13+ - Configure Sphinx to make man page show up in apropos
14+ - Attempt to clarify configuration file location in documentation
15+ - Rule ``key-duplicates ``: don't crash on redundant closing brackets or braces
16+ - Use ``rstcheck `` to lint documentation on the CI
17+ - Remove UTF-8 headers in Python files, since Python 2 isn't supported
18+ - Add various tests to increase coverage
19+ - Rule ``octal-values ``: pre-compile regex for performance
20+ - Add sections for Visual Studio Code and IntelliJ in documentation
21+ - Rule ``new-lines ``: add the ``type: platform `` config option
22+ - Add the new rule ``float-values ``
23+
4241.26.3 (2021-08-21)
525-------------------
626
Original file line number Diff line number Diff line change 2121
2222
2323APP_NAME = 'yamllint'
24- APP_VERSION = '1.26.3 '
24+ APP_VERSION = '1.27.0 '
2525APP_DESCRIPTION = __doc__
2626
2727__author__ = u'Adrien Vergé'
You can’t perform that action at this time.
0 commit comments