We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac937e commit afb6949Copy full SHA for afb6949
CHANGELOG.md
@@ -1,4 +1,14 @@
1
# Changelog and versioning
2
+## 0.1.7
3
+
4
+### Various fixes & improvements
5
6
+- fix: Add CLI install instructions (#37) by @untitaker
7
+- support `exclusive` keywords (#35) by @6293
8
+- do not clone Schema, clone only when the inner struct is Bool (#34) by @6293
9
+- rm unnecessary boxing (#33) by @6293
10
+- compare anyOf based on handmade diff score (#32) by @6293
11
12
## 0.1.6
13
14
### Various fixes & improvements
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "json-schema-diff"
-version = "0.1.6"
+version = "0.1.7"
edition = "2021"
license = "Apache-2.0"
description = "Diff changes between JSON schema files."
0 commit comments