Skip to content

Commit 50ea116

Browse files
committed
release: 0.1.4
1 parent 259b70a commit 50ea116

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Changelog and versioning
2+
## 0.1.4
3+
4+
### Various fixes & improvements
5+
6+
- ref: Rewrite the crate and add support for references (#10) by @untitaker
7+
28
## 0.1.3
39

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

0 commit comments

Comments
 (0)