mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 3.0.57 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
ad9a7120d0
commit
a419ce3aff
3 changed files with 9 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,15 +1,18 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 3.0.56 -->
|
||||
## [v3.0.56](https://github.com/inspec/inspec/tree/v3.0.56) (2018-11-19)
|
||||
<!-- latest_release 3.0.57 -->
|
||||
## [v3.0.57](https://github.com/inspec/inspec/tree/v3.0.57) (2018-11-26)
|
||||
|
||||
#### Enhancements
|
||||
- filesystem: improve Windows support [#3606](https://github.com/inspec/inspec/pull/3606) ([mhackethal](https://github.com/mhackethal))
|
||||
#### Bug Fixes
|
||||
- www: remove jquery sticky on the sidebar [#3623](https://github.com/inspec/inspec/pull/3623) ([arlimus](https://github.com/arlimus))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=3.0.52 -->
|
||||
### Changes since 3.0.52 release
|
||||
|
||||
#### Bug Fixes
|
||||
- www: remove jquery sticky on the sidebar [#3623](https://github.com/inspec/inspec/pull/3623) ([arlimus](https://github.com/arlimus)) <!-- 3.0.57 -->
|
||||
|
||||
#### Enhancements
|
||||
- filesystem: improve Windows support [#3606](https://github.com/inspec/inspec/pull/3606) ([mhackethal](https://github.com/mhackethal)) <!-- 3.0.56 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.0.56
|
||||
3.0.57
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '3.0.56'
|
||||
VERSION = '3.0.57'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue