Skip to content

Commit 35222d1

Browse files
committed
release: 0.1.5
1 parent 2033652 commit 35222d1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Changelog and versioning
2+
## 0.1.5
3+
4+
### Various fixes & improvements
5+
6+
- support for minimum/maximum changes (#13) by @6293
7+
- doc: Make the purpose more clear in README (#12) by @untitaker
8+
- fix: Reenable help output for json-schema-diff (#11) by @untitaker
9+
210
## 0.1.4
311

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

0 commit comments

Comments
 (0)