Skip to content

Commit d5ba209

Browse files
committed
release: 0.1.1
1 parent e2f76cf commit d5ba209

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog and versioning
2+
## 0.1.1
3+
4+
### Various fixes & improvements
5+
6+
- fix formatting (e2f76cf0) by @untitaker
7+
- serialize is_breaking into output on CLI (249fee74) by @untitaker
8+
29
## 0.1.0
310

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

0 commit comments

Comments
 (0)