Stranger6667/jsonschema-rs (jsonschema-rs)
### [`v0.19.1`](https://redirect.github.com/Stranger6667/jsonschema-rs/blob/HEAD/CHANGELOG.md#0191---2024-09-15)
##### Fixed
- `ipv4` format validation. [#512](https://redirect.github.com/Stranger6667/jsonschema-rs/issues/512)
### [`v0.19.0`](https://redirect.github.com/Stranger6667/jsonschema-rs/blob/HEAD/CHANGELOG.md#0190---2024-09-14)
##### Added
- `jsonschema::compile` shortcut.
##### Changed
- Bump MSRV to `1.70`.
##### Fixed
- `uuid` format validation.
- Combination of `unevaluatedProperties` with `allOf` and `oneOf`. [#496](https://redirect.github.com/Stranger6667/jsonschema-rs/issues/496)
##### Deprecated
- `cli` feature in favor of a separate `jsonschema-cli` crate.
- `draft201909` and `draft202012` features. The relevant functionality is now enabled by default.
##### Performance
- `uuid` validation via `uuid-simd`.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
^0.18.3
->^0.19.0
Release Notes
Stranger6667/jsonschema-rs (jsonschema-rs)
### [`v0.19.1`](https://redirect.github.com/Stranger6667/jsonschema-rs/blob/HEAD/CHANGELOG.md#0191---2024-09-15) ##### Fixed - `ipv4` format validation. [#512](https://redirect.github.com/Stranger6667/jsonschema-rs/issues/512) ### [`v0.19.0`](https://redirect.github.com/Stranger6667/jsonschema-rs/blob/HEAD/CHANGELOG.md#0190---2024-09-14) ##### Added - `jsonschema::compile` shortcut. ##### Changed - Bump MSRV to `1.70`. ##### Fixed - `uuid` format validation. - Combination of `unevaluatedProperties` with `allOf` and `oneOf`. [#496](https://redirect.github.com/Stranger6667/jsonschema-rs/issues/496) ##### Deprecated - `cli` feature in favor of a separate `jsonschema-cli` crate. - `draft201909` and `draft202012` features. The relevant functionality is now enabled by default. ##### Performance - `uuid` validation via `uuid-simd`.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.