Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

42 lines (26 loc) · 1.06 KB

timeit Changelog

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.

Unreleased

Fixed

Changed, breaking

Changed

New

v0.2.0 - [2020-06-05]

New

v0.1.0 - [2020-06-02]

First release.

New

  • 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.