Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Mar 08:00
· 32 commits to master since this release
6257c20

Changes

🚀 Features

  • Enhancement (development): Update tasks.json with useful make tasks @leojonathanoh (#8)
  • Enhancement (development): Simplify build/test.sh @leojonathanoh (#20)
  • Enhancement (development): Add make help command and cleanup makefile @leojonathanoh (#19)
  • Enhancement (ci): Use docker buildx for Makefile *-image targets and use it in CI @leojonathanoh (#14)
  • Enhancement (ci): Upload binaries to release draft in separate job @leojonathanoh (#31)
  • Enhancement (ci): Update release-drafter.yml with more label conditions @leojonathanoh (#4)
  • Enhancement (ci): Make checksums for binaries @leojonathanoh (#15)
  • Enhancement (ci): Do not upload binaries to release draft @leojonathanoh (#32)
  • Enhancement (ci): Bump base image to busybox and add more architectures @leojonathanoh (#26)
  • Enhancement (ci): Bump base image of dockerfile to alpine:3.15 @leojonathanoh (#12)
  • Enhancement (ci): Add windows and darwin binaries @leojonathanoh (#29)
  • Enhancement (ci): Add build job and make release job create release with changelog and binaries @leojonathanoh (#7)

🐛 Bug Fixes

🖊️ Refactors

  • Refactor: Move main package to ./cmd/<binary> and version to ./pkg @leojonathanoh (#21)
  • Refactor (development): Rearrange Makefile targets for better readability @leojonathanoh (#17)

📝 Documentation

🧰 Maintenance