mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 6.4.44 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
5d0ae06a01
commit
29144ba0e7
4 changed files with 7 additions and 6 deletions
|
@ -1,17 +1,18 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
|
||||
<!-- latest_release 6.4.43 -->
|
||||
## [v6.4.43](https://github.com/inspec/inspec/tree/v6.4.43) (2023-08-10)
|
||||
<!-- latest_release 6.4.44 -->
|
||||
## [v6.4.44](https://github.com/inspec/inspec/tree/v6.4.44) (2023-08-14)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- CHEF-4010 make a clean exit for License list command [#6552](https://github.com/inspec/inspec/pull/6552) ([sathish-progress](https://github.com/sathish-progress))
|
||||
- Missing changes from main [#6564](https://github.com/inspec/inspec/pull/6564) ([sathish-progress](https://github.com/sathish-progress))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=5.22.12 -->
|
||||
### Changes since 5.22.12 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Missing changes from main [#6564](https://github.com/inspec/inspec/pull/6564) ([sathish-progress](https://github.com/sathish-progress)) <!-- 6.4.44 -->
|
||||
- CHEF-4010 make a clean exit for License list command [#6552](https://github.com/inspec/inspec/pull/6552) ([sathish-progress](https://github.com/sathish-progress)) <!-- 6.4.43 -->
|
||||
- CHEF-4818 revise inspec parallel docs content [#6586](https://github.com/inspec/inspec/pull/6586) ([IanMadd](https://github.com/IanMadd)) <!-- 6.4.42 -->
|
||||
- CHEF-3916 Add section on inspec license subcommand to online docs [#6583](https://github.com/inspec/inspec/pull/6583) ([ahasunos](https://github.com/ahasunos)) <!-- 6.4.41 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
6.4.43
|
||||
6.4.44
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "6.4.43".freeze
|
||||
VERSION = "6.4.44".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "6.4.43".freeze
|
||||
VERSION = "6.4.44".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue