chore(rust): Release 0.13.2

Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
This commit is contained in:
Dmitry Dygalo 2021-11-04 12:32:57 +01:00
parent aa7b277933
commit 2ea835a442
No known key found for this signature in database
GPG Key ID: 0D78E60518FE18BB
3 changed files with 6 additions and 3 deletions

View File

@ -2,6 +2,8 @@
## [Unreleased]
## [0.13.2] - 2021-11-04
### Added
- Support for `prefixItems` keyword. [#303](https://github.com/Stranger6667/jsonschema-rs/pull/303)
@ -315,7 +317,8 @@
- Initial public release
[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.13.1...HEAD
[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.13.2...HEAD
[0.13.2]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.13.1...rust-v0.13.2
[0.13.1]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.13.0...rust-v0.13.1
[0.13.0]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.12.2...rust-v0.13.0
[0.12.2]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.12.1...rust-v0.12.2

View File

@ -447,7 +447,7 @@ dependencies = [
[[package]]
name = "jsonschema"
version = "0.13.1"
version = "0.13.2"
dependencies = [
"ahash",
"base64",

View File

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