-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
Obvious fix; these changes are the result of automation not creative thinking.
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,17 @@ | ||
# Test Kitchen Change Log | ||
<!-- usage documentation: https://expeditor.chef.io/docs/reference/changelog/#common-changelog --> | ||
<!-- latest_release --> | ||
<!-- latest_release 3.7.1 --> | ||
## [v3.7.1](https://github.com/chef/test-kitchen/tree/v3.7.1) (2024-10-21) | ||
|
||
#### Merged Pull Requests | ||
Check failure on line 6 in CHANGELOG.md GitHub Actions / markdown-lintHeading levels should only increment by one level at a time
Check failure on line 6 in CHANGELOG.md GitHub Actions / markdown-lintHeadings should be surrounded by blank lines
|
||
- Updated version and added release tag [#8](https://github.com/chef/test-kitchen/pull/8) ([nikhil2611](https://github.com/nikhil2611)) | ||
Check failure on line 7 in CHANGELOG.md GitHub Actions / markdown-lintLists should be surrounded by blank lines
|
||
<!-- latest_release --> | ||
|
||
<!-- release_rollup --> | ||
### Changes not yet released to rubygems.org | ||
|
||
#### Merged Pull Requests | ||
Check failure on line 13 in CHANGELOG.md GitHub Actions / markdown-lintHeadings should be surrounded by blank lines
|
||
- Updated version and added release tag [#8](https://github.com/chef/test-kitchen/pull/8) ([nikhil2611](https://github.com/nikhil2611)) <!-- 3.7.1 --> | ||
Check failure on line 14 in CHANGELOG.md GitHub Actions / markdown-lintLists should be surrounded by blank lines
|
||
<!-- release_rollup --> | ||
|
||
<!-- latest_stable_release --> | ||
|
@@ -2389,4 +2397,4 @@ | |
|
||
## [v0.5.0](https://github.com/test-kitchen/test-kitchen/tree/v0.5.0) (2012-08-16) | ||
|
||
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* | ||
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* | ||
Check failure on line 2400 in CHANGELOG.md GitHub Actions / markdown-lintFiles should end with a single newline character
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.7.0 | ||
3.7.1 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,5 +16,5 @@ | |
# limitations under the License. | ||
|
||
module Kitchen | ||
VERSION = "3.7.0".freeze | ||
VERSION = "3.7.1".freeze | ||
end |