Skip to content

v0.3.2

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Oct 21:24
· 31 commits to main since this release
v0.3.2
2752d33

🐛 Fixes

  • fix: set build injection variables on local build
  • fix: ensure errors are returned
  • fix: ensure tree level output is sorted
  • fix: correct CGO_ENABLED for local build Makefile

🧪 Tests

  • tests: add some tests for init
  • tests: add tests for rest services and states
  • tests: refactor and add tests for rest
  • tests: add rest test for play

📦 Uncategorized

  • Update README.md
  • cleanup: cleanup and logging improvement
  • cleanup: extract to function
  • cleanup: move creation of http.Request to function
  • cleanup: InitializeConfig reduce complexity
  • ci: add github action for go tests
  • build: add make all and make all-local-install