pub const HISTORY_STARTS_AT: &str = "1.1.0";Expand description
The release that started recording per-repository totals and the pass history.
A machine that pruned for months on 1.0.0 has a large lifetime total and no history at
all, and reading that as “nothing was ever pruned here” would be wrong. Both devp stats and its --json document quote this version so the gap is explained rather than
looking like data loss. It is deliberately not VERSION: it names the release the
format changed in, and does not move again.