Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 06:47
· 5 commits to main since this release

See #59 for details.

This adds automated workflows to

  • build and run unit tests of both the core library and the demo on any push to any branch
  • on merge to main:
    • bump the version in the version file according to the version string in the commit messages (#major, #minor, #patch, #none). #minor by default.
    • create a new release and add debian packages as well as tar.gz and zip release
    • run the unit tests against the released packages
    • build and push new docker images for the core library, the demo and the tutorial