Releases: foomo/gograpple
Releases · foomo/gograpple
v0.0.24
v0.0.23
v0.0.21
v0.0.20-beta.1
Changelog
- 02d1dd5 add trace logging for delve server logs
v0.0.20-beta
v0.0.19-beta.4
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
v0.0.19-beta.3
- remove windows from build targets
v0.0.19-beta.2
- bump go version to 1.18
v0.0.19-beta.1
- merged latest main for arm builds
v0.0.19-beta
- updates for delve
- using go embed instead of go-bindata
- fixes for latest go version
- documentation updates for example app