mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
0.9.2
This commit is contained in:
parent
ed39d30f1d
commit
b47409fd73
2 changed files with 12 additions and 1 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,5 +1,16 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.9.2
|
||||||
|
|
||||||
|
* #219 bugfix: fix add_content to make `inspec shell` work again
|
||||||
|
* #218 add version to resource declaration
|
||||||
|
* #217 specify gemspec files directly (without git)
|
||||||
|
* #216 update gemfile grouped dependencies
|
||||||
|
* #214 fix legacy `should contain` in docs
|
||||||
|
* #213 fix typos in readme
|
||||||
|
* #212 add test-kitchen example to readme
|
||||||
|
* #208 improved readme
|
||||||
|
|
||||||
## 0.8.0
|
## 0.8.0
|
||||||
|
|
||||||
* #105 add to_s methods to resources, fixes #98
|
* #105 add to_s methods to resources, fixes #98
|
||||||
|
|
|
@ -3,5 +3,5 @@
|
||||||
# author: Christoph Hartmann
|
# author: Christoph Hartmann
|
||||||
|
|
||||||
module Inspec
|
module Inspec
|
||||||
VERSION = '0.9.1'
|
VERSION = '0.9.2'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue