We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8ac673 commit b91141dCopy full SHA for b91141d
2 files changed
HISTORY.md
@@ -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
7
## 0.10.0 ( 2014-10-13 )
8
9
* Feature: Support cookbooks that only have a `metadata.json` file but no
@@ -157,3 +163,4 @@ instead.
157
163
[#25]: https://github.com/bmarini/knife-inspect/issues/25
158
164
[#5]: https://github.com/bmarini/knife-inspect/issues/5
159
165
[#27]: https://github.com/bmarini/knife-inspect/issues/27
166
+[#23]: https://github.com/bmarini/knife-inspect/issues/23
lib/health_inspector/version.rb
@@ -1,3 +1,3 @@
module HealthInspector
- VERSION = '0.10.0'
+ VERSION = '0.11.0'
end
0 commit comments