• v0.1.20 e52bc0cd35

    v0.1.20 Stable

    gitea_admin released this 2026-07-03 13:16:28 +00:00 | 1254 commits to main since this release

    • fix(zerotea): mutation-smoke cron no longer aborts right after the baseline
      test. The rotating-sample pipeline used head -n N, which closes the pipe
      early; under set -o pipefail the upstream SIGPIPE (exit 141) killed the run
      before any mutant was applied. Replaced with awk 'NR<=n' (reads to EOF, no
      early close). The clone + baseline zig build test already worked in-cluster;
      this makes the mutate loop actually run.
    Downloads