Skip to content

0.0.8

Pre-release
Pre-release

Choose a tag to compare

@forman forman released this 13 Nov 10:48
· 694 commits to main since this release

Changes in version 0.0.8

  • Added get_default() and set_default() class methods to cuiman.ClientConfig to allow for customizing the default values for the client configuration.
  • Added new_cli() to both cuiman.cli and wraptile.cli packages which allows for creating customized CLIs. The customization options are name, help, summary, version.
  • Renamed procodile.cli.get_cli() into new_cli() to make it consistent with the cuiman.cli and wraptile.cli packages.
  • Updated architecture diagrams in docs/architecture.md.
  • Added click as dependency to gavicore as it is explicitly imported.
  • gavicore.util.request.ExecutionRequest no longer raises click.ClickException but ValueError. (#19)
  • Moved all src/tests folders one level up.

Full Changelog: v0.0.7...v0.0.8