Skip to content

v0.2.0

Latest

Choose a tag to compare

@Tatsh Tatsh released this 07 Aug 00:33
· 29 commits to master since this release
Immutable release. Only release title and notes can be modified.
v0.2.0
641455f

Added

  • bascom.cli module exporting debug_option, also re-exported from bascom. debug_option is a Click decorator factory: call it with a mapping of loggers, then apply the result to a Click command to add a -d/--debug flag that routes the command through setup_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 colorlog version to 6.12.0 and the minimum typing-extensions version to 4.16.0.
  • Refresh project tooling, including a cruft template sync, Yarn 4.18.0, updated GitHub Actions workflows, and updated development dependencies.

Full Changelog: v0.1.3...v0.2.0