File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 1.25.0 (2020-09-29)
5+ -------------------
6+
7+ - Run tests on Travis both with and without UTF-8 locales
8+ - Improve documentationon with default values to rules with options
9+ - Improve documentation with a Python API usage example
10+ - Fix documentation on ``commas `` examples
11+ - Packaging: move setuptools' configuration from ``setup.py `` to ``setup.cfg ``
12+ - Packaging: add extra info in PyPI metadata
13+ - Improve documentation on ``yaml-files ``
14+ - Fix ``octal-values `` to prevent detection of ``8 `` and ``9 `` as octal values
15+ - Fix ``quoted-strings `` Fix detecting strings with hashtag as requiring quotes
16+ - Add ``forbid `` configuration to the ``braces `` and ``brackets `` rules
17+ - Fix runtime dependencies missing ``setuptools ``
18+ - Add a new output format for GitHub Annotations (``--format github ``)
19+ - Fix DOS lines messing with rule IDs in directives
20+
4211.24.2 (2020-07-16)
522-------------------
623
Original file line number Diff line number Diff line change 2222
2323
2424APP_NAME = 'yamllint'
25- APP_VERSION = '1.24.2 '
25+ APP_VERSION = '1.25.0 '
2626APP_DESCRIPTION = __doc__
2727
2828__author__ = u'Adrien Vergé'
You can’t perform that action at this time.
0 commit comments