Skip to content

Commit 766ed53

Browse files
committed
release: 0.1.2
1 parent 46209c3 commit 766ed53

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# Changelog and versioning
2+
## 0.1.2
3+
4+
### Various fixes & improvements
5+
6+
- fix: Add repository link (#4) by @untitaker
7+
- fix: property removal is a breaking change if additionalProperties is false (#3) by @untitaker
8+
- fix: Use a different replacement function in bump-version (#2) by @untitaker
9+
- feat: Add codeowners (#1) by @untitaker
10+
211
## 0.1.1
312

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

0 commit comments

Comments
 (0)