chore(rust): Release 0.17.1

Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
This commit is contained in:
Dmitry Dygalo 2023-07-05 11:43:48 +02:00
parent 090b7085b1
commit 8a2fa1f5a6
No known key found for this signature in database
GPG Key ID: AE7D12BE93BD417F
3 changed files with 14 additions and 2 deletions

View File

@ -2,6 +2,16 @@
## [Unreleased]
## [0.17.1] - 2023-07-05
### Changed
- Improved error messages for `oneOf` / `anyOf` keywords. [#429](https://github.com/Stranger6667/jsonschema-rs/issues/429)
### Fixed
- Improper handling of subschema validation in `unevaluatedProperties`. [#421](https://github.com/Stranger6667/jsonschema-rs/issues/421)
## [0.17.0] - 2023-03-16
### Changed
@ -409,7 +419,8 @@
- Initial public release
[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.17.0...HEAD
[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.17.1...HEAD
[0.17.1]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.17.0...rust-v0.17.1
[0.17.0]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.16.1...rust-v0.17.0
[0.16.1]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.16.0...rust-v0.16.1
[0.16.0]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.15.2...rust-v0.16.0

View File

@ -5,6 +5,7 @@
### Changed
- Update `pyo3` to `0.19`.
- Improved error messages for `oneOf` / `anyOf` keywords. [#429](https://github.com/Stranger6667/jsonschema-rs/issues/429)
## [0.16.3] - 2023-02-01

View File

@ -18,7 +18,7 @@ license = "MIT"
name = "jsonschema"
readme = "../README.md"
repository = "https://github.com/Stranger6667/jsonschema-rs"
version = "0.17.0"
version = "0.17.1"
rust-version = "1.56.1"
categories = ["web-programming"]