Skip to content

Commit 9cce294

Browse files
committed
yamllint version 1.28.0
1 parent 2f8ad70 commit 9cce294

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

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.28.0 (2022-09-12)
5+
-------------------
6+
7+
- Better compress PNG image in documentation
8+
- Remove ``__future__`` imports specific to Python 2
9+
- Remove inheritance from ``object`` specific to Python 2
10+
- Simplify GitHub Actions example in documentation
11+
- Update ALE vim plugin link in documentation
12+
- Update license to latest version of GPLv3
13+
- Pre-compile disable/enable rules regexes
14+
- Rule ``quoted-strings``: add ``allow-quoted-quotes`` option
15+
- Add option ``ignore-from-file`` in config
16+
417
1.27.1 (2022-07-08)
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.27.1'
24+
APP_VERSION = '1.28.0'
2525
APP_DESCRIPTION = __doc__
2626

2727
__author__ = u'Adrien Vergé'

0 commit comments

Comments
 (0)