Skip to content

Commit 8a364e2

Browse files
committed
yamllint version 1.27.0
1 parent dc2d099 commit 8a364e2

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
Changelog
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+
424
1.26.3 (2021-08-21)
525
-------------------
626

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.26.3'
24+
APP_VERSION = '1.27.0'
2525
APP_DESCRIPTION = __doc__
2626

2727
__author__ = u'Adrien Vergé'

0 commit comments

Comments
 (0)