Skip to content

v0.4.0

Compare
Choose a tag to compare
@CasperWA CasperWA released this 23 Apr 13:28
· 67 commits to main since this release

Changelog

v0.4.0 (2024-04-23)

Full Changelog

New validate CLI command

A new CLI command (validate) has been added to make it possible to validate entities.
This is convenient both as a split of the bloated upload command implementation, but also as a separate functionality for data documentation repositories to ensure any changes to entities will still result in valid entities.

Furthermore, a new --auto-confirm/-y option has been added to the upload command as an extension on the --quiet/-q option. It will still ensure print statements occur, but will use defaults and "Yes" responses whenever it is needed.

Implemented enhancements:

  • ✨ Add an option to the upload command to auto-confirm the summary #119
  • ✨ Add a new validate command #118

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator