Skip to content

v0.1.1

Choose a tag to compare

@rschmied rschmied released this 26 Aug 14:02
· 7 commits to main since this release
v0.1.1
1b7ca09

Version 0.1.1 related to CML 2.9.0

Likely last version using the old structure/approach (unless some fixes are needed which is unlikely).

  • don't do auth at all when a token is provided
  • updated dependencies, experiment with live tests
  • updated some tests
  • added VersionCheck function, can provide a SemVer constraint to check if
  • controller version is within expected version
  • removed cmd/ctest
  • changed some names from snake case to camel case (golang "compliant")
  • a bit of re-formatting on all files (white space, casing, linting)

Full Changelog: v0.1.0...v0.1.1

What's Changed

  • Provide VersionCheck and general dependency update by @rschmied in #7