All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v0.2.0 - [2020-06-05]
- Binary releases available from GitHub releases page.
- Taskfile machinery to make GitHub releases, using github-release
v0.1.0 - [2020-06-02]
First release.
- Basic timing functionalities.
- Print timing results also if child exits with error.
- Return correct exit code if child is terminated by a signal (128 + sigNum).
- Ignore SIGINT as /usr/bin/time does; let child handle it (see commit comments for ac061824f).
- flag
-version
reports the git commit.