Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Mar 22:42
· 236 commits to master since this release
v0.3.0
a1461d9

Changelog for 0.3.0

The following sections list the changes for 0.3.0.

Summary

  • Fix #86: Properly normalize label names
  • Chg #90: Refactor build tools and project structure

Details

  • Bugfix #86: Properly normalize label names

    We have added more character replacements for generating the label names as it could contain
    bad characters depending on the definitions within a vCloud Director instance. Now we are
    replacing -, . and , by _.

    #86

  • Change #90: Refactor build tools and project structure

    To have a unified project structure and build tooling we have integrated the same structure we
    already got within our GitHub exporter.

    #90