Skip to content

Commit

Permalink
Release version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkare committed Oct 13, 2014
1 parent 42f7e54 commit 8ba4f0e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.10.0 ( 2014-10-13 )

* Feature: Support cookbooks that only have a `metadata.json` file but no
`metadata.rb` (Berkshelf does that) ([#5][#5])
* Feature: Use parallel lib to speed up REST API operations ([#27][#27])

## 0.9.2 ( 2014-08-11 )

* Bug fix: Fixed regression in the regression fix for Chef 10 that broke
Expand Down Expand Up @@ -149,3 +155,5 @@ instead.
[#22]: https://github.com/bmarini/knife-inspect/issues/22
[#7]: https://github.com/bmarini/knife-inspect/issues/7
[#25]: https://github.com/bmarini/knife-inspect/issues/25
[#5]: https://github.com/bmarini/knife-inspect/issues/5
[#27]: https://github.com/bmarini/knife-inspect/issues/27
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ when everything is in sync or 1 if it's not.
* Dan Buch ([@meatballhat](@https://github.com/meatballhat))
* Kirt Fitzpatrick ([@kirtfitzpatrick](https://github.com/kirtfitzpatrick))
* Ben Hughes ([@barn](https://github.com/barn))
* Grégoire Seux ([@kamaradclimber](https://github.com/kamaradclimber))

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion lib/health_inspector/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HealthInspector
VERSION = '0.9.2'
VERSION = '0.10.0'
end

0 comments on commit 8ba4f0e

Please sign in to comment.