We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46209c3 commit 766ed53Copy full SHA for 766ed53
CHANGELOG.md
@@ -1,4 +1,13 @@
1
# Changelog and versioning
2
+## 0.1.2
3
+
4
+### Various fixes & improvements
5
6
+- fix: Add repository link (#4) by @untitaker
7
+- fix: property removal is a breaking change if additionalProperties is false (#3) by @untitaker
8
+- fix: Use a different replacement function in bump-version (#2) by @untitaker
9
+- feat: Add codeowners (#1) by @untitaker
10
11
## 0.1.1
12
13
### Various fixes & improvements
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "json-schema-diff"
-version = "0.1.1"
+version = "0.1.2"
edition = "2021"
license = "Apache-2.0"
description = "Diff changes between JSON schema files."
0 commit comments