Skip to content

Commit afb6949

Browse files
committed
release: 0.1.7
1 parent 1ac937e commit afb6949

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Changelog and versioning
2+
## 0.1.7
3+
4+
### Various fixes & improvements
5+
6+
- fix: Add CLI install instructions (#37) by @untitaker
7+
- support `exclusive` keywords (#35) by @6293
8+
- do not clone Schema, clone only when the inner struct is Bool (#34) by @6293
9+
- rm unnecessary boxing (#33) by @6293
10+
- compare anyOf based on handmade diff score (#32) by @6293
11+
212
## 0.1.6
313

414
### 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.6"
3+
version = "0.1.7"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Diff changes between JSON schema files."

0 commit comments

Comments
 (0)