Skip to content

Releases: bckohan/django-routines

v1.6.1

25 Jul 20:46
v1.6.1
c02fa58
Compare
Choose a tag to compare

Bump rich dependency ceiling to <15

Full Changelog: v1.6.0...v1.6.1

v1.6.0

22 Jul 23:39
v1.6.0
865f048
Compare
Choose a tag to compare

Whats Changed

The kind key is deprecated and should now be used as the command key in place of command. For example:

"commands": [
    {"command": ("migrate"), "kind": "management"},
    {"command": ("touch", "/var/www/site/wsgi.py"), "kind": "system"},

    # the above will still work but should be rewritten as:

    {"management": ("migrate"),}
    {"system": ("touch", "/var/www/site/wsgi.py")},
]

Full Changelog: v1.5.1...v1.6.0

v1.5.1

17 Jul 16:57
v1.5.1
3ea35c9
Compare
Choose a tag to compare

What's Changed

Issues

PRs

  • ⬆ Bump ossf/scorecard-action from 2.4.1 to 2.4.2 by @dependabot[bot] in #42
  • ⬆ Bump sigstore/gh-action-sigstore-python from 3.0.0 to 3.0.1 by @dependabot[bot] in #43

Full Changelog: v1.5.0...v1.5.1

v1.5.0

28 May 21:39
v1.5.0
4cef90d
Compare
Choose a tag to compare

v1.4.0

03 Apr 00:17
v1.4.0
39b5382
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.4.0

v1.2.1

26 Aug 21:27
Compare
Choose a tag to compare

v1.2.0

27 Jul 19:48
Compare
Choose a tag to compare

v1.1.2

16 Jul 00:01
b541438
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

15 Jul 17:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

10 Jun 18:16
ad9ce06
Compare
Choose a tag to compare