mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
Bump version to 2.3.9 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
7451917223
commit
92249898d9
3 changed files with 7 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 2.3.8 -->
|
||||
## [v2.3.8](https://github.com/inspec/inspec/tree/v2.3.8) (2018-10-04)
|
||||
<!-- latest_release 2.3.9 -->
|
||||
## [v2.3.9](https://github.com/inspec/inspec/tree/v2.3.9) (2018-10-04)
|
||||
|
||||
#### Bug Fixes
|
||||
- Fix distinct_exit cli desc to reflect reality [#3463](https://github.com/inspec/inspec/pull/3463) ([teknofire](https://github.com/teknofire))
|
||||
#### Enhancements
|
||||
- Support finding larger processes on Busybox [#3446](https://github.com/inspec/inspec/pull/3446) ([RoboticCheese](https://github.com/RoboticCheese))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.3.5 -->
|
||||
|
@ -17,6 +17,7 @@
|
|||
- Fix `attribute` with empty hash regression [#3454](https://github.com/inspec/inspec/pull/3454) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.3.7 -->
|
||||
|
||||
#### Enhancements
|
||||
- Support finding larger processes on Busybox [#3446](https://github.com/inspec/inspec/pull/3446) ([RoboticCheese](https://github.com/RoboticCheese)) <!-- 2.3.9 -->
|
||||
- Modify `cmp` matcher output to use `.inspect` [#3450](https://github.com/inspec/inspec/pull/3450) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.3.6 -->
|
||||
<!-- release_rollup -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.3.8
|
||||
2.3.9
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.3.8'
|
||||
VERSION = '2.3.9'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue