v0.12.2
What's Changed
- Record the start event with the package start time. #94
- Shorten package name only for
-smallscreen
. #96
This version also bumps the minimum Go version to v1.17
and upgrades all the dependencies.
The release binaries have been temporarily disabled, so, for now, you'll need to go install
the tool, example:
$ go install github.com/mfridman/tparse@latest
go: downloading github.com/mfridman/tparse v0.12.2
Full Changelog: v0.12.1...v0.12.2