File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
17
1.27.1 (2022-07-08)
5
18
-------------------
6
19
Original file line number Diff line number Diff line change 21
21
22
22
23
23
APP_NAME = 'yamllint'
24
- APP_VERSION = '1.27.1 '
24
+ APP_VERSION = '1.28.0 '
25
25
APP_DESCRIPTION = __doc__
26
26
27
27
__author__ = u'Adrien Vergé'
You can’t perform that action at this time.
0 commit comments