Skip to content

Commit 192b054

Browse files
authored
Release v1.39.0 (#4225)
1 parent 9fdbf87 commit 192b054

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### v1.39.0
2+
## What's Changed
3+
* Optimize rule filtering performance by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4222
4+
* Improved handling of directories for --list-templates by @gbudge in https://github.com/aws-cloudformation/cfn-lint/pull/4220
5+
* chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/aws-cloudformation/cfn-lint/pull/4224
6+
* Update CloudFormation schemas to `2025-08-18` by @github-actions[bot] in https://github.com/aws-cloudformation/cfn-lint/pull/4217
7+
8+
**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint/compare/v1.38.3...v1.39.0
9+
110
### v1.38.3
211
## What's Changed
312
* Update CloudFormation schemas to `2025-08-12` by @github-actions[bot] in https://github.com/aws-cloudformation/cfn-lint/pull/4212

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ If you'd like cfn-lint to be run automatically when making changes to files in y
347347
```yaml
348348
repos:
349349
- repo: https://github.com/aws-cloudformation/cfn-lint
350-
rev: v1.38.3 # The version of cfn-lint to use
350+
rev: v1.39.0 # The version of cfn-lint to use
351351
hooks:
352352
- id: cfn-lint
353353
files: path/to/cfn/dir/.*\.(json|yml|yaml)$
@@ -358,7 +358,7 @@ If you are using a `.cfnlintrc` and specifying the `templates` or `ignore_templa
358358
```yaml
359359
repos:
360360
- repo: https://github.com/aws-cloudformation/cfn-lint
361-
rev: v1.38.3 # The version of cfn-lint to use
361+
rev: v1.39.0 # The version of cfn-lint to use
362362
hooks:
363363
- id: cfn-lint-rc
364364
```

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.38.3"
6+
__version__ = "1.39.0"

0 commit comments

Comments
 (0)