Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 2.93 KB

CHANGELOG.md

File metadata and controls

50 lines (31 loc) · 2.93 KB

Changelog

v0.3.0 - 2023-01-02

  • update release related stuffs by @Songmu in #18
  • update deps by @Songmu in #20
  • use os.UserHomeDir instead of go-homedir by @Songmu in #21
  • migrate to go-github from octokit by @Songmu in #22
  • quess download url before requesting assets list by @Songmu in #23
  • detect latest tag without using API by @Songmu in #24

v0.2.0 (2019-01-29)

  • apply go modules and update mholt/archiver unarchive method #17 (zrma)

v0.1.4 (2018-07-08)

v0.1.3 (2018-06-24)

  • Fix rename error that occurs if the target is a naked binary #13 (yuuki)

v0.1.2 (2018-01-01)

v0.1.1 (2017-10-10)

  • Adjust releasing flow and introduce dep #10 (Songmu)
  • Change working directory location #9 (Songmu)

v0.1.0 (2017-07-18)

  • Support naked binary without being compressed #8 (Songmu)
  • Add newline for bin and version command #6 (syohex)
  • Fix extraction code failure by updating it for archiver 2.0 API #4 (BlueSkyDetector)

v0.0.3 (2016-08-17)

v0.0.2 (2016-07-08)

  • follow newer github.com/mholt/archiver #2 (Songmu)

v0.0.1 (2016-07-03)

  • initial implement