Releases: sphinx-contrib/svgbob
Releases · sphinx-contrib/svgbob
v0.3.1
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
.
v0.3.0
Added
Changed
- Bumped
svgbob
dependency to v0.7.2
.
Removed
enhance_circuitries
and merge_line_with_shapes
directives.
v0.2.1
Fixed
- Allow using Unicode box characters instead of ASCII (#2).
Added
v0.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).
Removed
0.1.1
Fixed
- Wrong project name in
setup.cfg
.
- Invalid branch name in URL of AppVeyor status badge in
README.md
.