Skip to content

Commit cba56bc

Browse files
committed
yamllint version 1.38.0
1 parent 9dc506b commit cba56bc

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.38.0 (2026-01-13)
5+
-------------------
6+
7+
- Add support for Python 3.14, drop support for Python 3.9
8+
- Require pathspec ≥ 1.0.0
9+
- Config: Follow gitignore implementation in ``yaml-files`` and ``ignore``
10+
- Config: Use "mapping" instead of "dict" for user-facing errors
11+
- Rule ``indentation``: Fix error message for ``check-multi-line-strings``
12+
- Rule ``quoted-strings``: Add ``quote-type: consistent``
13+
- Docs: Update the name of BSD ports
14+
- Docs: Enhance wording of recursive directory lint in README
15+
- Docs: Add Alpine Linux installation instructions in README
16+
417
1.37.1 (2025-05-04)
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.1'
24+
APP_VERSION = '1.38.0'
2525
APP_DESCRIPTION = __doc__
2626

2727
__author__ = 'Adrien Vergé'

0 commit comments

Comments
 (0)