v0.1.2
First release that exercises the full automated pipeline end to end — Trusted Publishing + GitHub Release + asset upload all drive off a single gh workflow run release.yml after the tag is pushed.
Added
viewandcollectnow emit step-level progress on stderr:==> Running rigor check ..., post-step counts (18 edge(s), 16 node(s)), and inline elapsed time (done (428ms)). TTY-aware — the start / done halves render inline on a terminal, on separate lines for redirected output, so logs stay grep-friendly.-q/--quietsuppresses the progress output for scripted use; the finalwrote N edge(s) to ...summary line stays. Driven by a newStatusReporterclass pinned bytest/rigor/module_graph/status_reporter_test.rb.
Changed
- README restructured along the install → getting started → usage → configuration flow. The "How it works" walkthrough (pipeline diagram + the "not a call graph" framing) moves to
docs/how-it-works.mdso the README stays focused on "what do I type". Configuration section now notes that.rigor.ymlis required (rigor reads it to discover the plugin), with a two-line minimum example up top and the fully-elaborated default form below.
Fixed
- RDoc generation now parses Markdown instead of RDoc syntax, so
images inREADME.md/CHANGELOG.md/docs/*.mdactually render.Rake::Task[:rdoc]is enhanced to copyexamples/billing/graph.svg(and any futureRDOC_ASSET_PATHSentries) intodoc/so the generated site resolves the relative image references the README uses.