We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e6dd0 commit fe9347fCopy full SHA for fe9347f
CHANGELOG.md
@@ -1,5 +1,6 @@
1
# Changelog
2
3
+#### 0.23.1 - 2024-02-28
4
- Fix not respecting `allow_x00` and `codec` arguments for values in some schemas
5
6
#### 0.23.0 - 2023-09-24
src/hypothesis_jsonschema/__init__.py
@@ -3,7 +3,7 @@
The only public API is `from_schema`; check the docstring for details.
"""
-__version__ = "0.23.0"
+__version__ = "0.23.1"
7
__all__ = ["from_schema"]
8
9
from ._from_schema import from_schema
0 commit comments