Skip to content

Releases: sebastinas/cwcwidth

cwcwidth 0.1.9

08 Oct 09:36
v0.1.9
Compare
Choose a tag to compare
  • Drop support for Python 3.7.
  • Add support for Python 3.12.
  • Avoid redefinition of _XOPEN_SOURCE.

cwcwidth 0.1.8

26 Oct 21:36
v0.1.8
Compare
Choose a tag to compare
  • Set build-backend in pyproject.toml.

cwcwidth 0.1.7

16 Aug 19:46
v0.1.7
Compare
Choose a tag to compare
  • Ensure that cython generated C source file is always included in sdist.

cwcwidth 0.1.6

25 Dec 11:40
v0.1.6
Compare
Choose a tag to compare
  • Add support for Python 3.10
  • Drop support for Python 3.6

cwcwidth 0.1.5

10 Oct 16:39
v0.1.5
Compare
Choose a tag to compare
  • Fix type annotations

cwcwidth 0.1.4

07 Feb 22:39
v0.1.4
Compare
Choose a tag to compare
  • Include tests again.
  • Include C file again.

cwcwidth 0.1.3

07 Feb 22:05
v0.1.3
Compare
Choose a tag to compare
  • Fix memory leaks in certain error cases.
  • Modernize build system and rely on setuptool's Cython support.
  • Add more tests.
  • Skip some tests if not run in a UTF-8 locale.
  • Use libc's implementation on Mac OS.

cwcwidth 0.1.2

28 Jan 21:20
v0.1.2
Compare
Choose a tag to compare
  • Also build wheels with cibuildwheel.
  • Provide type information for mypy.

cwcwidth 0.1.1

24 Jan 14:36
v0.1.1
Compare
Choose a tag to compare
  • If Cython is not available, do not regenerate the C source file during build.

cwcwidth 0.1

23 Jan 14:36
v0.1
Compare
Choose a tag to compare
  • Initial release