Skip to content

v0.2.0

Compare
Choose a tag to compare
@atc0005 atc0005 released this 07 Mar 11:50
· 326 commits to master since this release
407f334

Overview

  • Add support for generating packages
  • Generated binary changes
    • filename patterns
    • compression
    • executable metadata
  • Build improvements
  • built using Go 1.19.6
    • Statically linked
    • Linux (x86, x64)

Added

  • (GH-53) Generate RPM/DEB packages using nFPM

Changed

  • (GH-52) Switch to semantic versioning (semver) compatible versioning
    pattern
  • (GH-54) Add version metadata to Windows executables
  • (GH-55) Makefile: Compress binaries and use fixed filenames
  • (GH-56) Makefile: Refresh recipes to add "standard" set, new
    package-related options
  • (GH-57) Build dev/stable releases using go-ci Docker image

References