- Include fields on Exceptions (thanks to `mjpizz
<https://github.com/mjpizz>`_)
*********************
v0.5.0 (2022-12-12)
*********************
- Support `TTYPE.Binary`
*********************
v0.4.0 (2022-08-29)
*********************
- Generate stubs using ast instead of Jinja
- Unpin black and autoflake dependencies
- Support python 3.9 and python 3.10
*********************
v0.3.0 (2022-01-22)
*********************
- Allow to instantiate exceptions with arguments(bug reported by
`mjpizz <https://github.com/mjpizz>`_)
*********************
v0.2.1 (2021-11-03)
*********************
- Fix bug when empty exceptions could generate invalid python (`27
<https://github.com/unmade/thrift-pyi/issues/27>`_)
*********************
v0.2.0 (2020-10-29)
*********************
- Add `TType.Binary` support
*********************
v0.1.0 (2019-05-28)
*********************
- Release stable version
- Add py38 stage to test matrix in travis
****************************
v0.1.0-beta.4 (2019-05-28)
****************************
- Add `--strict-optional` parameter - if not specified, all fields will
be optional with default to None
- Handle correctly default string values
****************************
v0.1.0-beta.3 (2019-05-25)
****************************
- Add `--async` flag to mark methods with `async` prefix
- Add `-o` shortcut for `--output` option
- Refactor codebase
****************************
v0.1.0-beta.2 (2019-05-23)
****************************
- Update badges link
****************************
v0.1.0-beta.1 (2019-05-23)
****************************
- First release on PyPI.