Skip to content

Commit 20a09d6

Browse files
committed
Release new version
1 parent 843be8c commit 20a09d6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
#### 0.18.0 - 2020-09-10
4+
- Performance improvements from careful caching (#62)
35
- Use a validator that corresponds to the input schema draft version (#66)
46

57
#### 0.17.4 - 2020-08-26

src/hypothesis_jsonschema/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The only public API is `from_schema`; check the docstring for details.
44
"""
55

6-
__version__ = "0.17.4"
6+
__version__ = "0.18.0"
77
__all__ = ["from_schema"]
88

99
from ._from_schema import from_schema

0 commit comments

Comments
 (0)