Change Log¶
v1.7.1 (2026-03-05)¶
Upgrade/secure CI
Add typed badge
v1.7.0 (2025-11-22)¶
v1.6.2 (2025-09-27)¶
Support Django 6.0 - test against alpha
v1.6.1 (2025-07-25)¶
Bump maximum rich dependency version to <15
v1.6.0 (2025-07-22)¶
Implemented Allow callback to be specified as import strings.
Implemented Add an initialize callback.
Implemented Add a finalize callback option for routines.
Implemented Should not require the name to be listed on the routine when specified as a dictionary.
Implemented Deprecate “kind” in favor of “management” vs “system”
The
kindkey is deprecated and should now be used as thecommandkey in place ofcommand. 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")}, ]
Fixed –subprocess,–atomic, and –continue options not working
Implemented Add signals for routine started/ended.
Fixed KeyError catch can hide errors and produce misleading statements
v1.5.1 (2025-07-17)¶
v1.5.0 (2025-05-28)¶
Implemented Support python 3.14
Implemented Support function pre and post hooks to be run prior to and after given commands.
v1.4.0 (2024-04-02)¶
Implemented Use intersphinx for cross doc references
Implemented Switch from poetry -> uv
Implemented Support Django 5.2
v1.3.0 (2024-02-18)¶
Implemented Remove support for python 3.8
Implemented Upgrade to django-typer 3.x
Implemented stdout/stderr streaming from subprocesses
v1.2.1 (2024-08-26)¶
Fixed Support python 3.13
v1.2.0 (2024-07-27)¶
v1.1.3 (2024-07-17)¶
v1.1.2 (2024-07-15)¶
v1.1.1 (2024-07-15)¶
v1.1.0 (2024-07-10)¶
v1.0.2 (2024-06-05)¶
v1.0.1 (2024-06-05)¶
v1.0.0 (2024-06-05)¶
Initial production/stable release.