Skip to content

Commit baa4f01

Browse files
authored
Release v1.40.0 (#4247)
1 parent f636025 commit baa4f01

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### v1.40.0
2+
## What's Changed
3+
* increase sqs MaximumMessageSize maximum value by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4242
4+
* chore(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in https://github.com/aws-cloudformation/cfn-lint/pull/4243
5+
* chore(deps): bump pyinstaller from 6.15.0 to 6.16.0 in /requirements by @dependabot[bot] in https://github.com/aws-cloudformation/cfn-lint/pull/4244
6+
* Migrate from MarkedLoader to (C)SafeLoader by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4246
7+
* Update CloudFormation schemas to 2025-09-29 by @github-actions[bot] in https://github.com/aws-cloudformation/cfn-lint/pull/4245
8+
9+
**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint/compare/v1.39.1...v1.40.0
10+
111
### v1.39.1
212
## What's Changed
313
* Remove rule `E3056` by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4230

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.39.1 # The version of cfn-lint to use
350+
rev: v1.40.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.39.1 # The version of cfn-lint to use
361+
rev: v1.40.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.39.1"
6+
__version__ = "1.40.0"

0 commit comments

Comments
 (0)