Changed - Use `maturin` instead of `setuptools-rust` to handle the build process. - Bumped `built` dependency from `0.5.1` to `0.7.5`. - Bumped `pyo3` dependency from `0.17.1` to `0.23.3`.
0.3.0
Added - Support for Python 3.12 ([4](https://github.com/sphinx-contrib/svgbob/issues/4), by [maffoo](https://github.com/maffoo)).
Changed - Bumped `svgbob` dependency to `v0.7.2`.
Removed - `enhance_circuitries` and `merge_line_with_shapes` directives.
0.2.1
Fixed - Allow using Unicode box characters instead of ASCII ([2](https://github.com/sphinx-contrib/svgbob/issues/2)).
Added - Support for Python 3.11.
0.2.0
Changed - Bumped `pyo3` dependency to `v0.17.1`. - Bumped `svgbob` dependency to `v0.6.7`. - Use GitHub Actions instead of AppVeyor to build and test wheels for Windows.
Added - Support for Python 3.10 ([1](https://github.com/sphinx-contrib/svgbob/issues/1)).
Removed - Support for Python 3.6.
0.1.1
Fixed - Wrong project name in `setup.cfg`. - Invalid branch name in URL of AppVeyor status badge in `README.md`.