Skip to content

Commit 79a6b2b

Browse files
committed
yamllint version 1.37.1
1 parent b6fe397 commit 79a6b2b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog
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+
417
1.37.0 (2025-03-23)
518
-------------------
619

yamllint/__init__.py

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

2222

2323
APP_NAME = 'yamllint'
24-
APP_VERSION = '1.37.0'
24+
APP_VERSION = '1.37.1'
2525
APP_DESCRIPTION = __doc__
2626

2727
__author__ = 'Adrien Vergé'

0 commit comments

Comments
 (0)