We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0.10.0
1 parent a11a4ef commit 4ee7facCopy full SHA for 4ee7fac
NEWS.md
@@ -1,6 +1,9 @@
1
master
2
======
3
4
+0.10.0
5
+======
6
+
7
* *BREAKING CHANGE* Implement the validation with the `json_schema` gem instead
8
of `json-schema`. [#31]
9
* *BREAKING CHANGE* - remove support for configuring validation options.
lib/json_matchers/version.rb
@@ -1,3 +1,3 @@
module JsonMatchers
- VERSION = "0.9.0".freeze
+ VERSION = "0.10.0".freeze
end
0 commit comments