Skip to content

Commit b91141d

Browse files
committed
Release version 0.11.0
Includes a fix for #23, a big bug in recursive diff
1 parent e8ac673 commit b91141d

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.11.0 ( 2014-10-27 )
2+
3+
* Bug fix: recursive diff would stop if two keys were identical between local
4+
and server ([#23][#23])
5+
6+
17
## 0.10.0 ( 2014-10-13 )
28

39
* Feature: Support cookbooks that only have a `metadata.json` file but no
@@ -157,3 +163,4 @@ instead.
157163
[#25]: https://github.com/bmarini/knife-inspect/issues/25
158164
[#5]: https://github.com/bmarini/knife-inspect/issues/5
159165
[#27]: https://github.com/bmarini/knife-inspect/issues/27
166+
[#23]: https://github.com/bmarini/knife-inspect/issues/23

lib/health_inspector/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module HealthInspector
2-
VERSION = '0.10.0'
2+
VERSION = '0.11.0'
33
end

0 commit comments

Comments
 (0)