chore(rust): Release 0.15.2

This commit is contained in:
Dmitry Dygalo 2022-04-10 23:32:39 +02:00
parent 4a07ba9a82
commit e2d09aa932
No known key found for this signature in database
GPG Key ID: 0D78E60518FE18BB
2 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,8 @@
## [Unreleased]
## [0.15.2] - 2022-04-10
### Fixed
- Allow HTTP(S) schema resolving with `rustls`. [#353](https://github.com/Stranger6667/jsonschema-rs/issues/353)
@ -377,7 +379,8 @@
- Initial public release
[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.15.1...HEAD
[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.15.2...HEAD
[0.15.2]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.15.1...rust-v0.15.2
[0.15.1]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.15.0...rust-v0.15.1
[0.15.0]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.14.0...rust-v0.15.0
[0.14.0]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.13.3...rust-v0.14.0

View File

@ -8,7 +8,7 @@ license = "MIT"
name = "jsonschema"
readme = "../README.md"
repository = "https://github.com/Stranger6667/jsonschema-rs"
version = "0.15.1"
version = "0.15.2"
categories = ["web-programming"]