Skip to content

Fix bugs with subcommands, Context objects, and return value handling

Compare
Choose a tag to compare
@breqdev breqdev released this 05 Jul 00:52
· 331 commits to main since this release
074d5f8

This release fixes an issue with the construction of Context objects (#29, #30). Thank you to @jethrob for reporting this issue!

Other changes:

  • Fixed issue with subcommand return value handling (1869ceb)
  • Decreased minimum Python version to 3.7, we were already running unit tests targeting it (219efd7)