Skip to content

Commit 16e0f9d

Browse files
committed
yamllint version 1.25.0
1 parent 1a4f9fe commit 16e0f9d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
Changelog
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+
421
1.24.2 (2020-07-16)
522
-------------------
623

yamllint/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323

2424
APP_NAME = 'yamllint'
25-
APP_VERSION = '1.24.2'
25+
APP_VERSION = '1.25.0'
2626
APP_DESCRIPTION = __doc__
2727

2828
__author__ = u'Adrien Vergé'

0 commit comments

Comments
 (0)