Wyn v1.19.1: Clean CLI, Real Emblem
A small patch, one day after v1.19.0. No language changes; a drop-in upgrade.
The terminal stays clean
For a while, running wyn greeted you with ASCII art. It was fun exactly once, and then it was noise in every script log and CI run. As of v1.19.1, wyn, wyn version, and wyn --help print a single informative line:
Wyn v1.19.1 - compiled language: Python feel, C speed, one binarywyn version prints to stdout, so wyn version | grep, version pinning in scripts, and tooling that parses it all work without ceremony.
The visual identity didn't disappear; it moved to where visuals belong. The new wyvern-W emblem is now the logo, favicon, and social image here at wynlang.com, with the WYN block wordmark on the homepage. The terminal is for work; the website is for looking good.
The PATH fix, everywhere
v1.19.0's retag fixed the binary resolving its runtime relative to argv[0], which broke wyn run when invoked through PATH rather than as ./wyn. That fix ships in v1.19.1 too, so however you got here, wyn run x.wyn works from any directory with the binary anywhere on your PATH.
Upgrading
wyn upgrade
wyn version # Wyn v1.19.1 ...That's it. Short release, short post.
Browse the version history.