Releases: yuzutech/blockdiag
Releases · yuzutech/blockdiag
v3.3.0
What's Changed
- move tests to root directory by @arenevier in #15
- remove obsolete use of pkg_resource by @arenevier in #12
- Replace unsupported build-base directive by @arenevier in #13
- fixes: python -m build fails by @arenevier in #14
- remove useless exclude declaration in MANIFEST.in by @arenevier in #16
- add tox envs for python3.12 and pillow10 by @arenevier in #17
Full Changelog: v3.2.0...v3.3.0
v3.2.0
What's Changed
- fix base64 encoding by @arenevier in #8
- do not call
ImageFont.truetype
with font size of 0 by @arenevier in #10 - remove legacy urlparse import by @arenevier in #11
- compatibility with Pillow 3.10 by @arenevier in #9
New Contributors
- @ggrossetie made their first contribution in #1
- @arenevier made their first contribution in #8
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed
- switch to
pytest
(nose is unmaintained and does not work on Python3.10) by @ggrossetie in #2 - build against modern versions by @ggrossetie in #3
- build native image by @ggrossetie in #4
- enable tests again by @ggrossetie in #6
- read from stdin and write to stdout by @ggrossetie in #5
- introduce a dedicated workflow to release a version by @ggrossetie in #7
New Contributors
- @ggrossetie made their first contribution in #1
Full Changelog: 3.0.0...v3.1.0