Skip to content

Commit 435580b

Browse files
author
getsentry-bot
committed
Merge branch 'release/0.1.8'
2 parents a81ac3b + f4d5ccb commit 435580b

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
# Changelog and versioning
2+
## 0.1.8
3+
4+
### New Features ✨
5+
6+
- (release) Replace release bot with GH app by @Jeffreyhung in [#41](https://github.com/getsentry/json-schema-diff/pull/41)
7+
- Add enum support with context-aware breaking change detection by @domdomegg in [#46](https://github.com/getsentry/json-schema-diff/pull/46)
8+
- Add string validation support (pattern, minLength, maxLength) by @domdomegg in [#51](https://github.com/getsentry/json-schema-diff/pull/51)
9+
- Support format by @brhutchins in [#45](https://github.com/getsentry/json-schema-diff/pull/45)
10+
- Support custom ids and $defs from draft 2020-12 by @cakemanny in [#44](https://github.com/getsentry/json-schema-diff/pull/44)
11+
12+
### Internal Changes 🔧
13+
14+
#### Release
15+
16+
- Fix changelog-preview permissions by @BYK in [#54](https://github.com/getsentry/json-schema-diff/pull/54)
17+
- Switch from action-prepare-release to Craft by @BYK in [#52](https://github.com/getsentry/json-schema-diff/pull/52)
18+
19+
#### Other
20+
21+
- Use pull_request_target for changelog preview by @BYK in [#53](https://github.com/getsentry/json-schema-diff/pull/53)
22+
23+
### Other
24+
25+
- Fix clippy lints by @untitaker in [#42](https://github.com/getsentry/json-schema-diff/pull/42)
26+
227
## 0.1.7
328

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

0 commit comments

Comments
 (0)