v4.12.0
Changes
- Remove Click Extra's own implementation of
HelpOption
class now that fixes have reached Click's upstream. - Redefine
@help_option
decorator to default to--help
/-h
options. - Add more logging examples in documentation.
- Add tests on
ubuntu-24.04-arm
andubuntu-22.04-arm
. - Use
uv
to install specific versions of Python.