·
29 commits
to master
since this release
Immutable
release. Only release title and notes can be modified.
Added
bascom.climodule exportingdebug_option, also re-exported frombascom.debug_optionis a Click decorator factory: call it with a mapping of loggers, then apply the result to a Click command to add a-d/--debugflag that routes the command throughsetup_logging, so tools no longer have to repeat that boilerplate.click(at least version 8.4.2) is now a runtime dependency.
Changed
- Raise the minimum
colorlogversion to 6.12.0 and the minimumtyping-extensionsversion to 4.16.0. - Refresh project tooling, including a
crufttemplate sync, Yarn 4.18.0, updated GitHub Actions workflows, and updated development dependencies.
Full Changelog: v0.1.3...v0.2.0