Skip to content

Releases: ivellios/django-unified-signals

0.2.1

10 Oct 17:29
3e0120a
Compare
Choose a tag to compare

What's Changed

This version fixes issue with wrong dependency notation resulting with Django ^4.0 installation. Detailed changes:

  • fixed notation for poetry dependencies Django and django-stubs
  • moved pytest-cov and django-stubs to dev dependencies as they are not necessary for the regular use of the library

PRs:

Full Changelog: 0.2.0...0.2.1

0.2.0

07 Oct 20:05
ebb7302
Compare
Choose a tag to compare

What's Changed

  • Added support for Django ^5.0 by @DmytroLitvinov in #8 (thank you!)
  • Added support for Python 3.12
  • Updated dependencies to newer versions

New Contributors

Full Changelog: 0.1.1...0.2.0

0.1.1

20 Sep 13:22
5f6cdef
Compare
Choose a tag to compare

What's Changed

  • Speed up poetry lock dependencies matching by @ivellios in #5
  • Fix wrong typing for signal_robust as well by @ivellios in #6

Full Changelog: 0.1.0...0.1.1

0.1.0

20 Sep 10:28
3243db0
Compare
Choose a tag to compare

What's Changed

  • introducing UnifiedSignal class
  • provided documentation
  • added all CI checks
  • added configuration for building and publishing the package
  • package available at PyPI

New Contributors

Full Changelog: https://github.com/ivellios/django-unified-signals/commits/0.1.0