File tree 2 files changed +14
-1
lines changed 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
17
1.37.0 (2025-03-23)
5
18
-------------------
6
19
Original file line number Diff line number Diff line change 21
21
22
22
23
23
APP_NAME = 'yamllint'
24
- APP_VERSION = '1.37.0 '
24
+ APP_VERSION = '1.37.1 '
25
25
APP_DESCRIPTION = __doc__
26
26
27
27
__author__ = 'Adrien Vergé'
You can’t perform that action at this time.
0 commit comments