Releases: fofix/python-mixstream
Releases · fofix/python-mixstream
v1.1.0
Supported Python versions: 3.7 to 3.10.
Main change: fix GLib deprecations
What's Changed
- ci: follow versions in GHA with dependabot (#27)
- ci(tests): use pytest instead of
python setup.py test
(#32) - feat(cython): add the language level to compiler directives (#33)
- fix: replace
GStaticMutex
withGMutex
(#24) - fix: remove
g_thread_init
(#26) - fix: replace
g_mutex_new
withg_mutex_init
(#28) - fix: replace
g_mutex_free
withg_mutex_clear
(#29)
Full Changelog: 1.0.0...1.1.0
v1.0.0
First version.
Supported Python versions: 3.7 to 3.10.
What's Changed
- ci(gha): build sdist and wheels for linux (#12)
- ci(gha): build wheels for macos (#15)
- feat: set mixstream version in the source code (#17)
Full Changelog: https://github.com/fofix/python-mixstream/commits/1.0.0