- Use the `lark` package on PyPI, for Lark version 1.0+ (requires recent Hypothesis) - Use updated Python grammar for `from_grammar()`, thanks to Lark updates - Drop support for Python 3.6, add 3.10 and 3.11 to CI
0.2.0
- More efficient generation of Python identifiers - Workaround for [CPython parser bug in 3.9.8](https://bugs.python.org/issue45738) (#16) Yes, *yet another* one - still, that's why `hypothesmith` exists...
- Now compatible with Hypothesis 5.46 and later - Increased diversity of examples generated by `from_node()`
0.1.7
- Adds a workaround for [BPO-42218](https://bugs.python.org/issue42218) - Bumped Hypothesis requirement to version 5.41 or later (better internal error messages) - Added `MANIFEST.in` so the sdist includes license, tests, etc.
0.1.6
- Improved error messages from internal compiler errors *again* ([BPO-42218](https://bugs.python.org/issue42218) will be fixed in Python 3.9.1) - Bumped Hypothesis requirement to version 5.39 or later