Skip to content

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 20 Jun 05:13
· 28 commits to main since this release
3492751

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

  • view and collect now 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 / --quiet suppresses the progress output for scripted use; the final wrote N edge(s) to ... summary line stays. Driven by a new StatusReporter class pinned by test/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.md so the README stays focused on "what do I type". Configuration section now notes that .rigor.yml is 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 ![alt](path) images in README.md / CHANGELOG.md / docs/*.md actually render. Rake::Task[:rdoc] is enhanced to copy examples/billing/graph.svg (and any future RDOC_ASSET_PATHS entries) into doc/ so the generated site resolves the relative image references the README uses.