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 11Changelog
22=========
33
4+ 1.37.1 (2025-05-04)
5+ -------------------
6+
7+ - Rule ``comments ``: tell how many spaces are expected
8+ - Rule ``quoted-strings ``: Fix ``only-when-needed `` on multiline with backslash
9+ - Config: Report if ``rules `` is not a dict
10+ - Fix ``test_codec_built_in_equivalent() `` test when run with pytest
11+ - CI: Fix TestPyPI "dev0" versions for master commits on tags
12+ - Docs: Add links to GitHub repository and releases
13+ - Docs: Fix GitLab integration example
14+ - Docs: Fix GitLab integration link
15+ - Fix the tests badge link on the README
16+
4171.37.0 (2025-03-23)
518-------------------
619
Original file line number Diff line number Diff line change 2121
2222
2323APP_NAME = 'yamllint'
24- APP_VERSION = '1.37.0 '
24+ APP_VERSION = '1.37.1 '
2525APP_DESCRIPTION = __doc__
2626
2727__author__ = 'Adrien Vergé'
You can’t perform that action at this time.
0 commit comments