release(nesdoctor): 0.3.0

Minor rather than patch, because the output changed meaning and not just its
numbers. `up=` was overstated by about a fifth and is now measured over the
window the bytes were actually counted in, so a figure from 0.2.x and one from
this release are not comparable. And the hour-of-day histogram was labelled
launches when Steam only stores one timestamp per title, so the summary line
now carries which sample a peak came from — `n=28/all` where it used to say
`n=28`, which is a shape people paste.

New wire keys hours30, n30, nspan, playh and peaksrc. hours, n and peak keep
their names and meaning so the corpus stays continuous; a submission without
peaksrc is whole-library by construction.
This commit is contained in:
Wanjohi
2026-09-03 22:31:58 +03:00
parent cf56aaf04c
commit 29a826d9f9
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -2462,7 +2462,7 @@ dependencies = [
[[package]]
name = "nesdoctor"
version = "0.2.2"
version = "0.3.0"
dependencies = [
"anyhow",
"clap",