Skip to content

Releases: mayeut/pybase64

v1.4.0

04 Aug 18:11
v1.4.0
e87c6a0
Compare
Choose a tag to compare

What's Changed

  • Publish python 3.13 wheels
  • Add support for free-threaded builds
  • Add MSYS2 support for C-extension
  • Drop python 3.6 & 3.7 support

Full Changelog: v1.3.2...v1.4.0

v1.3.2

01 Jan 16:20
v1.3.2
f80c91f
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump base64 from e77bd70 to 3a5add8 by @dependabot in #654
  • fix: do not allow non C-contiguous buffer by @mayeut in #667

Full Changelog: v1.3.1...v1.3.2

v1.3.1

29 Dec 15:07
v1.3.1
3907c87
Compare
Choose a tag to compare

What's Changed

  • Add py.typed marker file for mypy compatibility by @cfculhane in #637

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

19 Aug 17:02
v1.3.0
72642ed
Compare
Choose a tag to compare

What's Changed

  • Update base64 library
  • Add AVX512-VBMI implementation
  • Rework extension build to remove adherence on distutils
  • Publish python 3.12 wheels
  • Documentation now uses furo theme

Full Changelog: v1.2.3...v1.3.0

v1.2.3

27 Aug 20:35
v1.2.3
7af1c07
Compare
Choose a tag to compare

What's Changed

  • Update base64 library
  • Publish python 3.11 wheels

Full Changelog: v1.2.2...v1.2.3

v1.2.2

27 Aug 12:27
v1.2.2
1272973
Compare
Choose a tag to compare

What's Changed

  • Update base64 library
  • Fix C extension build on musl distros
  • Publish musllinux wheels

Full Changelog: v1.2.1...v1.2.2

v1.2.1

24 Dec 10:06
v1.2.1
fa02bed
Compare
Choose a tag to compare

What's Changed

  • Publish PyPy 3.8 (pypy38_pp73) wheels

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

16 Aug 17:48
v1.2.0
b526e5d
Compare
Choose a tag to compare
  • Release the GIL (#293, #300)
  • Publish CPython 3.10 wheels
  • Drop python 3.5 support

v1.1.4

31 Jan 15:09
v1.1.4
7e519e7
Compare
Choose a tag to compare
  • Add macOS arm64 wheel

v1.1.3

23 Jan 17:12
v1.1.3
5492b84
Compare
Choose a tag to compare
  • GitHub Actions: fix build on tag