All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.1.6 (2022-09-01)
- 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)
- remove build info from root command (bcc861f)
0.1.4 (2022-08-20)
- 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%