Skip to content

Releases: fofix/python-mixstream

v1.1.0

27 Mar 08:43
Compare
Choose a tag to compare

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 with GMutex (#24)
  • fix: remove g_thread_init (#26)
  • fix: replace g_mutex_new with g_mutex_init (#28)
  • fix: replace g_mutex_free with g_mutex_clear (#29)

Full Changelog: 1.0.0...1.1.0

v1.0.0

03 Mar 20:59
Compare
Choose a tag to compare

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