Releases: leifericf/mino
Releases · leifericf/mino
v0.94.4
Bump to v0.94.4: line-buffer stdout on Windows for Scoop+PowerShell mino --version and the REPL banner produced no output when launched through Scoop's shim under PowerShell, while Git Bash worked fine on the same exe. Root cause: MSVCRT's stdout is block-buffered when stdout isn't a tty, and the Scoop shim doesn't propagate the buffered tail at child exit. main() now forces line-buffered stdout and unbuffered stderr on _WIN32 so output is visible regardless of how the binary is invoked. macOS / Linux unchanged.
v0.94.3
Bump to v0.94.3: bundle.awk sidesteps MSYS path translation v0.94.2 release-build's Windows job failed because the inline awk regex literals trip the same Git Bash path-translation quirk that sed did. Moving the script into src/bundle.awk and invoking it via `awk -f` keeps the regex tokens off the command line entirely, where MSYS leaves them alone. Local rebuild produces byte-identical headers; full test suite passes.
v0.94.1
Bump to v0.94.1: release-build Windows guard Patch on top of v0.94.0 to make the release-build matrix tolerate the documented Windows Git Bash sed quirk. ci.yml already had this guard since v0.93.0; release-build.yml was missing it and the fail-fast was cancelling otherwise-green macOS jobs. No runtime behaviour changes vs v0.94.0.
v0.93.0
v0.93.0 -- C Refactoring Pass
v0.92.1
v0.92.1 — CI And Linux Build Fixes
v0.74.3
v0.74.3 — One-shot expression CLI
v0.74.2
v0.74.2 — Heap-allocated dyn_frame_t
v0.72.0
v0.72.0 - Release Pipeline & Build Polish