File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
346346repos :
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
357357repos:
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` ` `
Original file line number Diff line number Diff line change 33SPDX-License-Identifier: MIT-0
44"""
55
6- __version__ = "1.37.0 "
6+ __version__ = "1.37.1 "
You can’t perform that action at this time.
0 commit comments