Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

42 lines (30 loc) · 1.17 KB

Changelog

0.3.1 (2023-12-06)

  • fix incorrect build version
  • update readme

0.3.0 (2023-12-06)

  • Auto discover commands from entry_point mara.commands
  • Refactoring config logic:
    • automatically import mara_config.py if exists
    • optionally specify where the mara_config is with env. MARA_CONFIG
    • drop usage of module mara-config

0.2.0 (2018-07-20)

  • Remove mara print_config command (moved to mara-config package).
  • Allow for click.Group packages to keep their original name. This allows for packages to set a shorter name and provide the rest of their commands as subcommands. This should be used sparingly, as this has the danger of submitting two subcommands under the same name (which results in a RuntimeError)
  • Remove the '--log-to-syslog' option (was unused)

Required changes:

  • Adjust scripts which used mara print_config to use mara config print.

0.1.1 (2018-07-09)

  • Adjust to mara-config changes by using init_mara_config_once() instead of our own code.

0.1.0 (2018-05-22)

  • Initial version with this functionality:
    • mara commandline app
    • mara print_config subcommand
  • automatically upload tags to pypi