29dab75
Prep for 8.13.33 releasef5b9401
Generated files for metadataaa21158
Merge metadata changes from upstream 8.13.33Sourced from typer[all]'s releases.
0.10.0
Fixes
- 🐛 Fix default value of
None
for CLI Parameters when the type islist | None
and the default value isNone
. PR #664 by@theowisear
.0.9.4
Features
0.9.3
Fixes
- 🐛 Fix evaluating stringified annotations in Python 3.10 (also
from __future__ import annotations
). PR #721 by@heckad
.0.9.2
Fixes
- 🐛 Fix display of default value for Enum parameters inside of a list, include docs and tests. PR #473 by
@asieira
.- 🐛 Update type annotations for
show_default
parameter and update docs for setting a "Custom default string". PR #501 by@plannigan
.Docs
- 📝 Add docs and test for
no_args_is_help
feature. PR #751 by@svlandeg
.0.9.1
Fixes
- 🐛 Add missing
default_factory
inArgument
overloads. PR #750 by@m9810223
.- 🐛 Fix preserving case in enum values. PR #571 by
@avaldebe
.Docs
📝 Remove obsolete references to
--install-completion
fortyper.run()
scripts. PR #595 by@tiangolo
.📝 Update docs example for a Typer/Click group to make new subcommands explicit. PR #755 by
@svlandeg
.📝 Update docs for building a package, file structure example. PR #683 by
@davidbgk
.📝 Update link in docs to the newest stable version of click. PR #675 by
@javier171188
.🔧 Add
CITATION.cff
file for academic citations. PR #681 by@tiangolo
.✏ Fix typo in
docs/tutorial/exceptions.md
. PR #702 by@menzenski
.✏ Fix typo in
docs/tutorial/options/name.md
. PR #725 by@bwagner
.✏ Fix typo in
docs/tutorial/arguments/optional.md
. PR #602 by@tadasgedgaudas
.Internal
- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #606 by
@pre-commit-ci[bot]
.- 👷 Install MkDocs Material Insiders only when secrets are available, for Dependabot. PR #685 by
@tiangolo
.- ⚒️ Update build-docs.yml, do not zip docs. PR #645 by
@tiangolo
.- 👷 Deploy docs to Cloudflare. PR #644 by
@tiangolo
.- 👷 Upgrade CI for docs. PR #642 by
@tiangolo
.
... (truncated)
Sourced from typer[all]'s changelog.
0.10.0
Fixes
- 🐛 Fix default value of
None
for CLI Parameters when the type islist | None
and the default value isNone
. PR #664 by@theowisear
.0.9.4
Features
0.9.3
Fixes
- 🐛 Fix evaluating stringified annotations in Python 3.10 (also
from __future__ import annotations
). PR #721 by@heckad
.0.9.2
Fixes
- 🐛 Fix display of default value for Enum parameters inside of a list, include docs and tests. PR #473 by
@asieira
.- 🐛 Update type annotations for
show_default
parameter and update docs for setting a "Custom default string". PR #501 by@plannigan
.Docs
- 📝 Add docs and test for
no_args_is_help
feature. PR #751 by@svlandeg
.0.9.1
Fixes
- 🐛 Add missing
default_factory
inArgument
overloads. PR #750 by@m9810223
.- 🐛 Fix preserving case in enum values. PR #571 by
@avaldebe
.Docs
📝 Remove obsolete references to
--install-completion
fortyper.run()
scripts. PR #595 by@tiangolo
.📝 Update docs example for a Typer/Click group to make new subcommands explicit. PR #755 by
@svlandeg
.📝 Update docs for building a package, file structure example. PR #683 by
@davidbgk
.📝 Update link in docs to the newest stable version of click. PR #675 by
@javier171188
.🔧 Add
CITATION.cff
file for academic citations. PR #681 by@tiangolo
.✏ Fix typo in
docs/tutorial/exceptions.md
. PR #702 by@menzenski
.✏ Fix typo in
docs/tutorial/options/name.md
. PR #725 by@bwagner
.✏ Fix typo in
docs/tutorial/arguments/optional.md
. PR #602 by@tadasgedgaudas
.Internal
... (truncated)
7036fd0
🔖 Release version 0.10.02b45aea
📝 Update and tweak release notescc27f3d
📝 Update release notescf3290d
🐛 Fix default value of None
for CLI Parameters when the
type is `list | Non...3ad8f69
🔖 Release version 0.9.4d857cbb
📝 Update release notes7519d03
📝 Update release notesfe9538c
✨ Improve support for CLI translations uisng gettext (#417)5728b2a
🔖 Release version 0.9.30d279a3
📝 Update release notesSourced from pytest-cov's changelog.
5.0.0 (2024-03-24)
- Removed support for xdist rsync (now deprecated). Contributed by Matthias Reichenbach in
[#623](https://github.com/pytest-dev/pytest-cov/issues/623) <https://github.com/pytest-dev/pytest-cov/pull/623>
_.- Switched docs theme to Furo.
- Various legacy Python cleanup and CI improvements. Contributed by Christian Clauss and Hugo van Kemenade in
[#630](https://github.com/pytest-dev/pytest-cov/issues/630) <https://github.com/pytest-dev/pytest-cov/pull/630>
,[#631](https://github.com/pytest-dev/pytest-cov/issues/631) <https://github.com/pytest-dev/pytest-cov/pull/631>
,[#632](https://github.com/pytest-dev/pytest-cov/issues/632) <https://github.com/pytest-dev/pytest-cov/pull/632>
_ and[#633](https://github.com/pytest-dev/pytest-cov/issues/633) <https://github.com/pytest-dev/pytest-cov/pull/633>
_.- Added a
pyproject.toml
example in the docs. Contributed by Dawn James in[#626](https://github.com/pytest-dev/pytest-cov/issues/626) <https://github.com/pytest-dev/pytest-cov/pull/626>
_.- Modernized project's pre-commit hooks to use ruff. Initial POC contributed by Christian Clauss in
[#584](https://github.com/pytest-dev/pytest-cov/issues/584) <https://github.com/pytest-dev/pytest-cov/pull/584>
_.
5295ce0
Bump version: 4.1.0 → 5.0.01181b06
Update changelog.9757222
Fix a minor grammar error (#636)9f5cd81
Cleanup releasing instructions. Closes #616.93b5047
Add test for pyproject.toml loading without explicit --cov-config. Ref
#508.ff50860
docs: add config instructions for pyproject.toml.4a5a4b5
Keep GitHub Actions up to date with GitHub's Dependabot1d7f559
Fix or remove URLs that are causing docs tests to fail6a5af8e
Update changelog.d9fe8df
Switch to furo. Closes #618.