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 e2f76cf commit d5ba209Copy full SHA for d5ba209
CHANGELOG.md
@@ -1,4 +1,11 @@
1
# Changelog and versioning
2
+## 0.1.1
3
+
4
+### Various fixes & improvements
5
6
+- fix formatting (e2f76cf0) by @untitaker
7
+- serialize is_breaking into output on CLI (249fee74) by @untitaker
8
9
## 0.1.0
10
11
### Various fixes & improvements
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "json-schema-diff"
-version = "0.1.0"
+version = "0.1.1"
edition = "2021"
license = "Apache-2.0"
description = "Diff changes between JSON schema files."
0 commit comments