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.
1 parent 259b70a commit 50ea116Copy full SHA for 50ea116
CHANGELOG.md
@@ -1,4 +1,10 @@
1
# Changelog and versioning
2
+## 0.1.4
3
+
4
+### Various fixes & improvements
5
6
+- ref: Rewrite the crate and add support for references (#10) by @untitaker
7
8
## 0.1.3
9
10
### Various fixes & improvements
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "json-schema-diff"
-version = "0.1.3"
+version = "0.1.4"
edition = "2021"
license = "Apache-2.0"
description = "Diff changes between JSON schema files."
0 commit comments