Skip to content

v0.0.19-beta.4

Compare
Choose a tag to compare
@runz0rd runz0rd released this 02 Aug 14:00
· 65 commits to master since this release
2308910

Changelog

  • 2308910 Merge pull request #3 from foomo/feature/cleanup-delve
  • 5f44c50 fix arm build issues with docker and go
  • 4f01f59 chore: remove windows from build targets due to your_operating_system_and_architecture_combination_is_not_supported_by_delve error when compiling for arm
  • e548970 feat: use latest go version to resolve goreleaser build error
  • 300e700 merged
  • 63083b9 chore: add readme for example app debugging
  • b5ec699 chore: use go install command to install delve
  • 1d4a1a7 chore: ignore golang config folder
  • f2e2e97 feat: use go embed to include static files
  • 0dc44a4 always use --continue
  • e529ee3 fix exec output issue
  • 0b36f26 update exec
  • 50cc930 fix logging bug on cmd run
  • e9a92b7 have log be optional and add context by default for rin in cmd
  • b7887ee update flags and commands
  • 09eb2fe add test app and chart
  • bb075f7 update naming, move various functions to the right place
  • 063209b complete delve cleanup
  • 8dd932b refactor delve
  • 47883c4 start delve cleanup