Releases: django-commons/django-typer
Releases · django-commons/django-typer
v3.5.0
What's Changed
- ⬆ Bump sigstore/gh-action-sigstore-python from 3.0.1 to 3.1.0 by @dependabot[bot] in #242
- ⬆ Bump mxschmitt/action-tmate from 3.22 to 3.23 by @dependabot[bot] in #243
- ⬆ Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #244
- ⬆ Bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #245
- ⬆ Bump actions/checkout from 5 to 6 by @dependabot[bot] in #246
Full Changelog: v3.4.0...v3.5.0
v3.4.0
Support Typer version 0.20
What's Changed
- ⬆ Bump ossf/scorecard-action from 2.4.2 to 2.4.3 by @dependabot[bot] in #238
- update all CI head to 3.14 prerelease by @bckohan in #236
- ⬆ Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #239
- ⬆ Bump astral-sh/setup-uv from 6 to 7 by @dependabot[bot] in #240
Full Changelog: v3.3.2...v3.4.0
v3.3.2
- Support for Django 6.0 - tested against alpha release
What's Changed
- Simplify GitHub Actions via setup-python allow-prereleases by @cclauss in #235
- Early support for django 6.0 - test against alpha 1 by @bckohan in #237
New Contributors
Full Changelog: v3.3.1...v3.3.2
v3.3.1
- Fixed –hide/show locals option on stack trace is not working as expected.
- Implemented Support typer 0.18-0.19 and click 8.3
What's Changed
- ⬆ Bump pypa/gh-action-pypi-publish@release/v1.12 from 1.12 to 1.13 by @dependabot[bot] in #230
- ⬆ Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #229
Full Changelog: v3.3.0...v3.3.1
v3.3.0
- Documented Add note on startup performance to docs.
- Fixed Support typer 0.17
What's Changed
- ⬆ Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #223
- ⬆ Bump actions/checkout from 4 to 5 by @dependabot[bot] in #224
Full Changelog: v3.2.2...v3.3.0
v3.2.2
v3.2.1
What's Changed
-
⬆ Bump ossf/scorecard-action from 2.4.1 to 2.4.2 by @dependabot[bot] in #217
-
⬆ Bump sigstore/gh-action-sigstore-python from 3.0.0 to 3.0.1 by @dependabot[bot] in #220
Full Changelog: v3.2.0...v3.2.1
v3.2.0
v3.1.1
v3.1.0
What's Changed
- Fixed Fish shell completion fails for any script named something other than "manage"
- Fixed shellcompletion install fails on fish when the command resolves to a script path
- Implemented Add completer for settings names.
- Implemented Separate ModelObjectCompleter default queries out into standalone functions.
- Fixed Shell completion tests let failures through in CI
- Fixed fish completion installs should respect XDG_CONFIG_HOME
- Fixed zsh completion installs should respect ZDOTDIR
- Implemented Prompt before writing to dotfiles when installing completions
- Implemented Support Django 5.2
- Implemented Use intersphinx for external document references.
- Implemented Add completer for language codes.
- Implemented Switch poetry -> uv
- Implemented Model object completers should handle fields with choices appropriately
- Implemented Require tests to pass before release action runs.
New Contributors
Full Changelog: v3.0.0...v3.1.0