Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 2.03 KB

CHANGELOG.md

File metadata and controls

42 lines (23 loc) · 2.03 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.6 (2022-09-01)

Features

  • better logging, add zerolog (f48d6dd)
  • checks for updates using github api (f2a417e)

Bug Fixes

  • make latest version check concurrent (4a13fd8)
  • make update notification parallel to download (64384d9)
  • replace ioutil with io (SA1019) (b5895df)

0.1.5 (2022-08-21)

Bug Fixes

  • remove build info from root command (bcc861f)

0.1.4 (2022-08-20)

Bug Fixes

  • fix getting the go version from go.mod (d2a3faf)
  • fix the default configuration to work out of the box (a27ebc3)
  • fix workflow build script (d3a96c1)
  • use the latest version of actions/setup-go@v3 during build (ebbbbf4)

0.1.3 (2022-08-19)

  • Fixes a bug when passing files as arguments on windows
  • Test coverage increased from 52% to 82%

0.1.2 (2022-08-18)