mirror of
https://github.com/inspec/inspec
synced 2024-11-26 22:50:36 +00:00
0.14.2
This commit is contained in:
parent
a47026223b
commit
47b0d97313
2 changed files with 18 additions and 3 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -1,7 +1,18 @@
|
|||
# Change Log
|
||||
|
||||
## [0.14.1](https://github.com/chef/inspec/tree/0.14.1) (2016-02-22)
|
||||
[Full Changelog](https://github.com/chef/inspec/compare/v0.14.0...0.14.1)
|
||||
## [0.14.2](https://github.com/chef/inspec/tree/0.14.2) (2016-02-22)
|
||||
[Full Changelog](https://github.com/chef/inspec/compare/v0.14.1...0.14.2)
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
- fix cc upload [\#483](https://github.com/chef/inspec/pull/483) ([chris-rock](https://github.com/chris-rock))
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- load plugins in the same gem installation [\#482](https://github.com/chef/inspec/pull/482) ([arlimus](https://github.com/arlimus))
|
||||
|
||||
## [v0.14.1](https://github.com/chef/inspec/tree/v0.14.1) (2016-02-22)
|
||||
[Full Changelog](https://github.com/chef/inspec/compare/v0.14.0...v0.14.1)
|
||||
|
||||
**Implemented enhancements:**
|
||||
|
||||
|
@ -12,6 +23,10 @@
|
|||
|
||||
- ignore `pax\_global\_header` as valid file [\#480](https://github.com/chef/inspec/pull/480) ([chris-rock](https://github.com/chris-rock))
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- 0.14.1 [\#481](https://github.com/chef/inspec/pull/481) ([chris-rock](https://github.com/chris-rock))
|
||||
|
||||
## [v0.14.0](https://github.com/chef/inspec/tree/v0.14.0) (2016-02-22)
|
||||
[Full Changelog](https://github.com/chef/inspec/compare/v0.13.0...v0.14.0)
|
||||
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '0.14.1'.freeze
|
||||
VERSION = '0.14.2'.freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue