Skip to content

Commit 73e1ef0

Browse files
committed
release: 0.1.3
1 parent 2ae45be commit 73e1ef0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# 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+
211
## 0.1.2
312

413
### Various fixes & improvements

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "json-schema-diff"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Diff changes between JSON schema files."

0 commit comments

Comments
 (0)