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 2033652 commit 35222d1Copy full SHA for 35222d1
CHANGELOG.md
@@ -1,4 +1,12 @@
1
# Changelog and versioning
2
+## 0.1.5
3
+
4
+### Various fixes & improvements
5
6
+- support for minimum/maximum changes (#13) by @6293
7
+- doc: Make the purpose more clear in README (#12) by @untitaker
8
+- fix: Reenable help output for json-schema-diff (#11) by @untitaker
9
10
## 0.1.4
11
12
### Various fixes & improvements
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "json-schema-diff"
-version = "0.1.4"
+version = "0.1.5"
edition = "2021"
license = "Apache-2.0"
description = "Diff changes between JSON schema files."
0 commit comments