Skip to content

Commit 1b5c7b4

Browse files
author
getsentry-bot
committed
Merge branch 'release/0.1.6'
2 parents ff64716 + a0b68e1 commit 1b5c7b4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# Changelog and versioning
2+
## 0.1.6
3+
4+
### Various fixes & improvements
5+
6+
- support const keyword (#27) by @6293
7+
- include input values in snapshot for a smooth review (#28) by @6293
8+
- chore: consistent return type among methods (#29) by @6293
9+
- split testsuite into files (#24) by @6293
10+
- split multiple types into anyOf subschema (#20) by @6293
11+
- feat: Add support for changes to "required" properties (#19) by @lynnagara
12+
- doc: Remove feature list from README (#18) by @untitaker
13+
214
## 0.1.5
315

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

0 commit comments

Comments
 (0)