Releases: bckohan/django-routines
Releases · bckohan/django-routines
v1.2.1
- Fixed Switch rtd theme to furo.
- Fixed Support python 3.13
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
Full Changelog: v1.1.2...v1.2.0
v1.1.2
v1.1.1
What's Changed
- Update ruff requirement from ^0.4.1 to >=0.4.1,<0.6.0 by @dependabot in #16
- V1.1.x by @bckohan in #18
Full Changelog: v1.1.0...v1.1.1
v1.1.0
- Invalidate importlib caches if command is makemigrations.
- Rationale for why settings is a good place to put routines.
- Command type for system commands (i.e. non-management commands) to be run as subprocesses
- Option to run management commands as subprocesses instead of in the same process space.
What's Changed
- Bump django-typer from 2.1.0 to 2.1.1 by @dependabot in #5
- Bump django-typer from 2.1.1 to 2.1.2 by @dependabot in #11
- Bump typing-extensions from 4.12.1 to 4.12.2 by @dependabot in #12
- V1.1.x by @bckohan in #14
New Contributors
Full Changelog: v1.0.2...v1.1.0
v1.0.2
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v1.0.0
🚨🚨🚨 New Django-App 🚨🚨🚨
Define named batches of commands to run in sequence in your settings files.
What's Changed
- Bump django-typer from 2.0.1 to 2.0.2 by @dependabot in #1
- Bump pytest-cov from 4.1.0 to 5.0.0 by @dependabot in #2
New Contributors
- @dependabot made their first contribution in #1
Full Changelog: https://github.com/bckohan/django-routines/commits/v1.0.0