Skip to content

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 05 Jul 22:34

Overview

0.4.1 fixes some packaging issues in the 0.4.0 release

Packaging fix:

  • packaging: Fix issue with broken git component paths in packages on macOS and Linux (#143)
  • packaging: Exclude dev dependency in macOS package

Minor features / fixes:

  • Added a sno meta get command for viewing dataset metadata (#136)
  • merge, commit, init, import commands can now take commit messages as files with --message=@filename.txt. This replaces the sno commit -F option (#138)
  • import: Added --table-info option to set dataset metadata, when it can't be autodetected from the source database (#139)
  • pull, push, fetch, clone commands now show progress - disabled with --quiet (#144)
  • import now works while on an empty branch (#149)