Skip to content

Commit

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

### Various fixes & improvements

- fix: anyOf is not order-sensitive (#9) by @untitaker
- fix: Fix bug where additionalProperties was not true in changeset (#7) by @untitaker
- fix: Add another failing test and fix licensing metadata (#8) by @untitaker
- fix: Implement rudimentary support for anyOf and array items (#6) by @untitaker

## 0.1.2

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

0 comments on commit 73e1ef0

Please sign in to comment.