We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae45be commit 73e1ef0Copy full SHA for 73e1ef0
CHANGELOG.md
@@ -1,4 +1,13 @@
1
# Changelog and versioning
2
+## 0.1.3
3
+
4
+### Various fixes & improvements
5
6
+- fix: anyOf is not order-sensitive (#9) by @untitaker
7
+- fix: Fix bug where additionalProperties was not true in changeset (#7) by @untitaker
8
+- fix: Add another failing test and fix licensing metadata (#8) by @untitaker
9
+- fix: Implement rudimentary support for anyOf and array items (#6) by @untitaker
10
11
## 0.1.2
12
13
### Various fixes & improvements
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "json-schema-diff"
-version = "0.1.2"
+version = "0.1.3"
edition = "2021"
license = "Apache-2.0"
description = "Diff changes between JSON schema files."
0 commit comments