Skip to content

Latest commit

 

History

History
81 lines (45 loc) · 4.51 KB

CHANGELOG.md

File metadata and controls

81 lines (45 loc) · 4.51 KB

Changelog

v0.9.0 (2022-08-18)

v0.8.2 (2022-05-06)

  • Use deflate algorithm for zip archives #33 (itchyny)

v0.8.1 (2021-12-26)

v0.8.0 (2021-12-26)

v0.7.0 (2021-04-05)

v0.6.0 (2020-01-17)

  • implement -static flag to build static binary #20 (Songmu)

v0.5.0 (2019-11-19)

  • change interface of func Run #19 (Songmu)
  • add -build-installsuffix option to support -installsuffix #17 (Songmu)

v0.4.1 (2019-05-01)

  • [bugfix] fix output path in windows #16 (Songmu)

v0.4.0 (2019-04-27)

  • [incompatible] keep directory structure for included resources #15 (Songmu)

v0.3.3 (2019-04-08)

  • Capture stdout and stderr of go list separately #14 (itchyny)

v0.3.2 (2019-04-03)

  • Make sure to create the destination directory #13 (Songmu)

v0.3.1 (2019-04-02)

v0.3.0 (2019-03-29)

v0.2.0 (2019-02-18)

v0.1.1 (2018-11-09)

  • use github.com/mholt/archiver v3 #6 (astj)

v0.1.0 (2017-12-31)

  • add -Include option for additional resources inclusion #3 (Songmu)

v0.0.2 (2017-12-28)

  • output usage to stdout and normally exit with -h option #2 (Songmu)

v0.0.1 (2017-12-26)