Skip to content

Commit c6cb545

Browse files
authored
Release v1.37.1 (#4180)
1 parent 39512b0 commit c6cb545

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### v1.37.1
2+
## What's Changed
3+
* Create API for just taking a config by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4177
4+
* chore(deps): bump pyinstaller from 6.14.1 to 6.14.2 in /requirements by @dependabot in https://github.com/aws-cloudformation/cfn-lint/pull/4179
5+
* Update CloudFormation schemas to `2025-07-07` by @github-actions in https://github.com/aws-cloudformation/cfn-lint/pull/4176
6+
7+
**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint/compare/v1.37.0...v1.37.1
8+
19
### v1.37.0
210
## What's Changed
311
* Update CloudFormation schemas to 2025-06-30 by @github-actions in https://github.com/aws-cloudformation/cfn-lint/pull/4173

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ If you'd like cfn-lint to be run automatically when making changes to files in y
345345
```yaml
346346
repos:
347347
- repo: https://github.com/aws-cloudformation/cfn-lint
348-
rev: v1.37.0 # The version of cfn-lint to use
348+
rev: v1.37.1 # The version of cfn-lint to use
349349
hooks:
350350
- id: cfn-lint
351351
files: path/to/cfn/dir/.*\.(json|yml|yaml)$
@@ -356,7 +356,7 @@ If you are using a `.cfnlintrc` and specifying the `templates` or `ignore_templa
356356
```yaml
357357
repos:
358358
- repo: https://github.com/aws-cloudformation/cfn-lint
359-
rev: v1.37.0 # The version of cfn-lint to use
359+
rev: v1.37.1 # The version of cfn-lint to use
360360
hooks:
361361
- id: cfn-lint-rc
362362
```

src/cfnlint/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
SPDX-License-Identifier: MIT-0
44
"""
55

6-
__version__ = "1.37.0"
6+
__version__ = "1.37.1"

0 commit comments

Comments
 (0)