chore(python): Release 0.17.3

Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
This commit is contained in:
Dmitry Dygalo 2024-03-22 19:02:25 +01:00
parent b31e4ffb18
commit 79e35a2012
No known key found for this signature in database
GPG Key ID: 26834366E8FDCFEF
2 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,8 @@
## [Unreleased] ## [Unreleased]
## [0.17.3] - 2024-03-22
### Added ### Added
- Support subclasses of Python `dict`s [#427](https://github.com/Stranger6667/jsonschema-rs/issues/427) - Support subclasses of Python `dict`s [#427](https://github.com/Stranger6667/jsonschema-rs/issues/427)
@ -318,7 +320,8 @@
## 0.1.0 - 2020-06-09 ## 0.1.0 - 2020-06-09
- Initial public release - Initial public release
[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.17.2...HEAD [Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.17.3...HEAD
[0.17.3]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.17.2...python-v0.17.3
[0.17.2]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.17.1...python-v0.17.2 [0.17.2]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.17.1...python-v0.17.2
[0.17.1]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.3...python-v0.17.1 [0.17.1]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.3...python-v0.17.1
[0.16.3]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.2...python-v0.16.3 [0.16.3]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.2...python-v0.16.3

View File

@ -1,6 +1,6 @@
[package] [package]
name = "jsonschema-python" name = "jsonschema-python"
version = "0.17.2" version = "0.17.3"
authors = ["Dmitry Dygalo <dmitry@dygalo.dev>"] authors = ["Dmitry Dygalo <dmitry@dygalo.dev>"]
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"