Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@Linkid Linkid released this 27 Mar 08:43
· 12 commits to master since this release

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