Releases: thombashi/mbstrdecoder
Releases · thombashi/mbstrdecoder
v1.1.4
- Fix
UnicodeDecodeError
exception sending correctly - Add GitHub Actions workflow for building, publishing, and signing packages to PyPI
- Remove deprecated
tests_require
from setup.py - Modify to use
setuptools_scm
for package build - Add support for Python 3.13
- Drop support for Python 3.7/3.8
- Add metadata attributes to the
mbstrdecoder
module - Improve type annotations
Full Changelog: v1.1.3...v1.1.4
v1.1.3
- Add
__all__
to init.py - Add
zip_safe=False
- Update
[build-system]
Full Changelog: v1.1.2...v1.1.3
v1.1.2
- Add support for Python 3.12
- Drop support for Python 3.6
- Fix a type annotation
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Remove chardet<5 requirement by @karolinku in #6
- Add support for Python 3.11
- Remove code that for support Python 2
New Contributors
- @karolinku made their first contribution in #6
Full Changelog: v1.1.0...v1.1.1