- update to 0.5.7:

* Fix an issue where the any_of flag wasn’t properly respected
    in other than simple cases #297
- update to 0.5.6:
  * Fix #292 by adding intermediary class builder.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jsonschema-objects?expand=0&rev=21
This commit is contained in:
2025-04-28 16:49:44 +00:00
committed by Git OBS Bridge
parent da9ec00e7e
commit b9722fca9e
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Apr 28 16:49:28 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.5.7:
* Fix an issue where the any_of flag wasnt properly respected
in other than simple cases #297
- update to 0.5.6:
* Fix #292 by adding intermediary class builder.
-------------------------------------------------------------------
Wed Oct 16 08:21:55 UTC 2024 - Dirk Müller <dmueller@suse.com>