v0.0.8
Patch release.
- fix(template): the
--template opencvscaffold didstd::println(stderr, …)under a bareimport std;; modules do not export the<cstdio>stderrmacro, so the generated project failed to compile. The template now#include <cstdio>(matching examples/gray_pipeline), and CI gained a lint that fails a template TU touching stderr/stdout/stdin underimport std;without .
No library source or ABI change from v0.0.7; the C++ module surface is identical. Verified end-to-end: mcpp new … --template opencv → build → run produces a grayscale PNG, and the dnn/unifont features build from a consumer.