[0.9.0] - 2025-01-04 changed: * `tempo` now quits when EOF is received in place of a command * bumped zig version to 0.13.0
[0.8.0] - 2024-05-22 changed: * bumped zig version to 0.12.0 * simplified ringbuf truncation * added more assertions
[0.7.4] - 2023-11-17 fixed: * fix: negative size is invalid and shouldn't be clamped
[0.7.3] - 2023-11-11 added: * added error code to fatal error messages fixed: * arg allocation failure message not flushed * typo in README
[0.7.2] - 2023-11-01 changed: * simplfied readln * added more assertions and tests
[0.7.1] - 2023-10-14 * check clock support immediately * initial support check added before event loop * fix windows build compile error
[0.7.0] - 2023-10-13 * bumped zig version to 0.11.0 * remove nix build files * codebase is "nicer" * more assertions * more tests
[0.6.0] - 2023-08-02 added: * added goodbye message to quit command * this makes it clearer that tempo exited successfully fixed: * improved accuracy of average bpm computation * see https://www.nu42.com/2015/03/how-you-average-numbers.html changed: * rewritten in Zig