Skip to content

Commit

Permalink
release: 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Jun 6, 2023
1 parent 1ac937e commit afb6949
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Changelog and versioning
## 0.1.7

### Various fixes & improvements

- fix: Add CLI install instructions (#37) by @untitaker
- support `exclusive` keywords (#35) by @6293
- do not clone Schema, clone only when the inner struct is Bool (#34) by @6293
- rm unnecessary boxing (#33) by @6293
- compare anyOf based on handmade diff score (#32) by @6293

## 0.1.6

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "json-schema-diff"
version = "0.1.6"
version = "0.1.7"
edition = "2021"
license = "Apache-2.0"
description = "Diff changes between JSON schema files."
Expand Down

0 comments on commit afb6949

Please sign in to comment.