Skip to content

v0.11.0

Compare
Choose a tag to compare
@atc0005 atc0005 released this 06 Mar 11:59
· 304 commits to master since this release
14ffc2a

Overview

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

Added

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

Changed

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

References