Skip to content

Releases: thombashi/mbstrdecoder

v1.1.4

18 Jan 10:08
Compare
Choose a tag to compare
  • 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

10 Jun 08:55
Compare
Choose a tag to compare
  • Add __all__ to init.py
  • Add zip_safe=False
  • Update [build-system]

Full Changelog: v1.1.2...v1.1.3

v1.1.2

05 Feb 12:18
v1.1.2
Compare
Choose a tag to compare
  • 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

11 Aug 14:43
v1.1.1
Compare
Choose a tag to compare

What's Changed

  • Add support for Python 3.11
  • Remove code that for support Python 2

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

20 Sep 10:25
v1.1.0
Compare
Choose a tag to compare
  • Add support for Python 3.10
  • Drop support for Python 3.5

v1.0.1

20 Dec 15:35
v1.0.1
Compare
Choose a tag to compare

v1.0.0

20 Dec 15:18
v1.0.0
Compare
Choose a tag to compare
  • Add support for Python 3.9
  • Drop Python 2 support
  • Add type annotations support
  • Remove an install package dependency

v0.8.3

04 Jan 12:39
v0.8.3
Compare
Choose a tag to compare
  • Add PyPy support
  • Modify dev extras

v0.8.2

03 Jan 08:43
v0.8.2
Compare
Choose a tag to compare
  • Fix encoding detection failure: #2 (Thanks to @jayvdb)
  • Modify to get a stable result when repeatedly call
  • Change chardet dependency from optional to mandatory
  • Update extras_require
  • Add .asc files of packages to PyPI

v0.3.0

28 Apr 01:49
Compare
Choose a tag to compare
  • Add supported encodings
  • Introduce chardet