Skip to content

v0.6.1

Latest
Compare
Choose a tag to compare
@dugalh dugalh released this 13 May 11:10

Updates for compatibility with click 8.2.0

Fixes:

  • CLI flag options (--overwrite and --export-params) don't specify a type to work around pallets/click#2894.
  • _StrChoiceEnum base class changed to work with new click.Choice option.
  • Fix CLI tests to work with new click.testing.Result output.