- Drop Python 2 support - Add type annotations and `py.typed` to the package - Update requirements - Minor bug fixes
0.48.0
- Add `as_dict` method to `Model` class - Make it possible to assign attribute name to columns of `Model` - Remove deprecated methods
0.47.0
- Add support for platforms that lacks support `sem_open` such as Android Termux - Add interfaces to set the maximum number of workers to convert a table - Add support for Python 3.9 - Replace logging library from `Logbook` to `loguru` - Remove `dev` extras_require
0.45.3
- Add support for PyPy - Integrate `build`/`release`/`docs` extras to `dev` extras - Add `.asc` files of packages to PyPI - Update requirements - Bug fixes
0.32.0
- Add an interface to set primary key to `create_table_from_xxx` methods : 63 (Thanks to xuanblo)