Skip to content

Commit

Permalink
release: 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed May 16, 2023
1 parent ff64716 commit a0b68e1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Changelog and versioning
## 0.1.6

### Various fixes & improvements

- support const keyword (#27) by @6293
- include input values in snapshot for a smooth review (#28) by @6293
- chore: consistent return type among methods (#29) by @6293
- split testsuite into files (#24) by @6293
- split multiple types into anyOf subschema (#20) by @6293
- feat: Add support for changes to "required" properties (#19) by @lynnagara
- doc: Remove feature list from README (#18) by @untitaker

## 0.1.5

### 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.5"
version = "0.1.6"
edition = "2021"
license = "Apache-2.0"
description = "Diff changes between JSON schema files."
Expand Down

0 comments on commit a0b68e1

Please sign in to comment.