Skip to content

Commit

Permalink
release: 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Mar 29, 2023
1 parent 46209c3 commit 766ed53
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Changelog and versioning
## 0.1.2

### Various fixes & improvements

- fix: Add repository link (#4) by @untitaker
- fix: property removal is a breaking change if additionalProperties is false (#3) by @untitaker
- fix: Use a different replacement function in bump-version (#2) by @untitaker
- feat: Add codeowners (#1) by @untitaker

## 0.1.1

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "json-schema-diff"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "Apache-2.0"
description = "Diff changes between JSON schema files."
Expand Down

0 comments on commit 766ed53

Please sign in to comment.