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.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+
4171.37.1 (2025-05-04)
518-------------------
619
Original file line number Diff line number Diff line change 2121
2222
2323APP_NAME = 'yamllint'
24- APP_VERSION = '1.37.1 '
24+ APP_VERSION = '1.38.0 '
2525APP_DESCRIPTION = __doc__
2626
2727__author__ = 'Adrien Vergé'
You can’t perform that action at this time.
0 commit comments