mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
0.15.0
This commit is contained in:
parent
6819a46f6b
commit
f94330154e
2 changed files with 9 additions and 3 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,7 +1,7 @@
|
|||
# Change Log
|
||||
|
||||
## [0.14.9](https://github.com/chef/inspec/tree/0.14.9) (2016-03-08)
|
||||
[Full Changelog](https://github.com/chef/inspec/compare/v0.14.8...0.14.9)
|
||||
## [0.15.0](https://github.com/chef/inspec/tree/0.15.0) (2016-03-09)
|
||||
[Full Changelog](https://github.com/chef/inspec/compare/v0.14.8...0.15.0)
|
||||
|
||||
**Implemented enhancements:**
|
||||
|
||||
|
@ -10,12 +10,18 @@
|
|||
|
||||
**Fixed bugs:**
|
||||
|
||||
- Rename internal File and OS resource classes [\#527](https://github.com/chef/inspec/pull/527) ([arlimus](https://github.com/arlimus))
|
||||
- Placing all resources in the Inspec::Resources namespace [\#526](https://github.com/chef/inspec/pull/526) ([adamleff](https://github.com/adamleff))
|
||||
- bugfix: inheritance of local profiles [\#524](https://github.com/chef/inspec/pull/524) ([arlimus](https://github.com/arlimus))
|
||||
|
||||
**Closed issues:**
|
||||
|
||||
- Colo\[u\]r those dots and Fs! [\#518](https://github.com/chef/inspec/issues/518)
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- 0.14.9 [\#525](https://github.com/chef/inspec/pull/525) ([arlimus](https://github.com/arlimus))
|
||||
|
||||
## [v0.14.8](https://github.com/chef/inspec/tree/v0.14.8) (2016-03-04)
|
||||
[Full Changelog](https://github.com/chef/inspec/compare/v0.14.7...v0.14.8)
|
||||
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '0.14.9'.freeze
|
||||
VERSION = '0.15.0'.freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue