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 843be8c commit 20a09d6Copy full SHA for 20a09d6
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Changelog
2
3
+#### 0.18.0 - 2020-09-10
4
+- Performance improvements from careful caching (#62)
5
- Use a validator that corresponds to the input schema draft version (#66)
6
7
#### 0.17.4 - 2020-08-26
src/hypothesis_jsonschema/__init__.py
@@ -3,7 +3,7 @@
The only public API is `from_schema`; check the docstring for details.
"""
-__version__ = "0.17.4"
+__version__ = "0.18.0"
__all__ = ["from_schema"]
8
9
from ._from_schema import from_schema
0 commit comments