Skip to content

Commit

Permalink
yamllint version 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienverge committed Sep 12, 2022
1 parent 2f8ad70 commit 9cce294
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog
=========

1.28.0 (2022-09-12)
-------------------

- Better compress PNG image in documentation
- Remove ``__future__`` imports specific to Python 2
- Remove inheritance from ``object`` specific to Python 2
- Simplify GitHub Actions example in documentation
- Update ALE vim plugin link in documentation
- Update license to latest version of GPLv3
- Pre-compile disable/enable rules regexes
- Rule ``quoted-strings``: add ``allow-quoted-quotes`` option
- Add option ``ignore-from-file`` in config

1.27.1 (2022-07-08)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion yamllint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


APP_NAME = 'yamllint'
APP_VERSION = '1.27.1'
APP_VERSION = '1.28.0'
APP_DESCRIPTION = __doc__

__author__ = u'Adrien Vergé'
Expand Down

0 comments on commit 9cce294

Please sign in to comment.