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 bc56016 commit 9352cf6Copy full SHA for 9352cf6
CHANGELOG.md
@@ -1,5 +1,6 @@
1
# Changelog
2
3
+#### 0.18.1 - 2020-11-21
4
- Canonicalise `anyOf` special cases when all subschemas have only the `type` keyword
5
6
#### 0.18.0 - 2020-09-10
src/hypothesis_jsonschema/__init__.py
@@ -3,7 +3,7 @@
The only public API is `from_schema`; check the docstring for details.
"""
-__version__ = "0.18.0"
+__version__ = "0.18.1"
7
__all__ = ["from_schema"]
8
9
from ._from_schema import from_schema
0 commit comments