1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
# Changelog
## 0.1.10
* Drop support for Python 3.8.
* Add support for Python 3.13.
* Update Unicode definition to 15.1.
## 0.1.9
* Drop support for Python 3.7.
* Add support for Python 3.12.
* Avoid redefinition of `_XOPEN_SOURCE`.
## 0.1.8
* Set build-backend in pyproject.toml.
## 0.1.7
* Ensure that cython generated C source file is always included in sdist.
## 0.1.6
* Add support for Python 3.10.
* Drop support for Python 3.6.
## 0.1.5
* Fix type annotations.
## 0.1.4
* Include tests again.
* Include C file again.
## 0.1.3
* 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.
## 0.1.2
* Also build wheels with cibuildwheel.
* Provide type information for mypy.
## 0.1.1
* If Cython is not available, do not regenerate the C source file during build.
## 0.1
* Initial release.
|