Skip to content

Commit aef8d1f

Browse files
authored
Release v1.37.2 (#4184)
1 parent 8975275 commit aef8d1f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### v1.37.2
2+
## What's Changed
3+
* Fix template check when using cli by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4183
4+
5+
**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint/compare/v1.37.1...v1.37.2
6+
17
### v1.37.1
28
## What's Changed
39
* Create API for just taking a config by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4177

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.1 # The version of cfn-lint to use
348+
rev: v1.37.2 # 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.1 # The version of cfn-lint to use
359+
rev: v1.37.2 # 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.1"
6+
__version__ = "1.37.2"

0 commit comments

Comments
 (0)