v0.4.0
What's Changed
This release improves the experience for outside contributors and gets rid of Cgo. With this, the Dockerfile has been updated to be distroless and only contain the built binary.
- test: do not push image for non-tag refs that are not main by @morremeyer in #30
- chore: create data directory with .gitkeep and other small things by @metalmatze in #29
- feat: get rid of cgo by @morremeyer in #31
- fix: set CGO_ENABLED=0 by @morremeyer in #52
New Contributors
- @metalmatze made their first contribution in #29
Full Changelog: v0.3.0...v0.4.0