Skip to content

Releases: leifericf/mino

v0.94.4

29 Apr 11:59

Choose a tag to compare

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

29 Apr 11:22

Choose a tag to compare

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

29 Apr 11:00

Choose a tag to compare

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

29 Apr 09:03

Choose a tag to compare

v0.93.0 -- C Refactoring Pass

v0.92.1

28 Apr 16:54

Choose a tag to compare

v0.92.1 — CI And Linux Build Fixes

v0.74.3

27 Apr 07:40

Choose a tag to compare

v0.74.3 — One-shot expression CLI

v0.74.2

27 Apr 07:12

Choose a tag to compare

v0.74.2 — Heap-allocated dyn_frame_t

v0.72.0

25 Apr 21:59

Choose a tag to compare

v0.72.0 - Release Pipeline & Build Polish