Skip to content

Latest commit

 

History

History
120 lines (72 loc) · 1.9 KB

File metadata and controls

120 lines (72 loc) · 1.9 KB

CHANGELOG

This project uses semantic versioning. This change log uses principles from keep a changelog.

[Unreleased]

Added

Changed

Deprecated

Removed

Fixed

Security

[0.7.1] - 2021-06-23

Fixed

[0.7.0] - 2018-05-18

Added

  • Added support for -h flag as well as --help
  • Added timestamp to logging output

Fixed

  • Improved handling of URIs in validation code

[0.6.0] - 2017-09-25

Added

  • dtool_cli.cli.base_dataset_uri_validation helper parameter validation method
  • dtool_cli.cli.base_dataset_uri_argument helper decorator
  • dtool_cli.cli.proto_dataset_uri_validation helper parameter validation method
  • dtool_cli.cli.proto_dataset_uri_argument helper decorator

Changed

  • dtool_cli.cli.dataset_uri_validation now validates that dataset is frozen
  • dtool_cli.cli.dataset_uri_argument now validates that the dataset is frozen

[0.5.0] - 2017-09-20

Changed

  • Improved version string

[0.4.0] - 2017-09-15

Added

  • dtool_cli.cli.storagebroker_validation helper parameter validation method

[0.3.0] - 2017-09-13

Added

  • dtool_cli.cli.dataset_uri_validation helper parameter validation method
  • dtool_cli.cli.dataset_uri_argument helper decorator
  • dtool_cli.cli.CONFIG_PATH global variable
  • Add --debug option

[0.2.0] - 2017-08-30

Basic scaffold to create a dtool client that uses the dtoolcore version 2 API.

Added

  • Entry point for dtool.cli

Removed

  • Entry points dtool.dataset and dtool.collection