- Retain leading zeros when converting text: 83 (Thanks to fburleigh) - Add support for Python 3.9 / Python 3.10 - Drop support for Python 3.5 - Improve type detection - Modify output format of `version` subcommand - Update requirements
0.34.1
- Fix parse error when an `ipynb` file does not include `language_info` - Modify `version` subcommand output
0.34.0
- Add `version` subcommand
0.33.0
- Add `--max-workers` option - Replace a package dependency from `colorama` to `tcolorpy` - Update requirements
0.32.1
- Make simplejson to an optional dependency and replace to ujson - Add `all` extras_require - Update requirements
0.32.0
- Add `stdin` sub command: 75 (Thanks to Izzur) - Make it possible to execute the command with `python -m sqlitebiter` - Fix type annotations - Update requirements