Description
The v0.11.0 release binary was not rebuilt from the latest source code. It still reports waza version 0.9.0 and is missing all fixes from v0.10.0.
Evidence
$ waza --version
waza version 0.9.0 # should be 0.11.0
The following v0.10.0 fixes are in the git history but NOT in the released binary:
33fbece fix: bound copilot Start() with req.Timeout (suggest deadlock fix)
2183b16 fix: waza check accepts direct path to SKILL.md
de59276 feat: waza run --suggest
The binary still exhibits the old bugs (suggest deadlock, check path rejection).
Expected
v0.11.0 binary should be built from the v0.11.0 tag and include all v0.10.0 changes.
Likely Cause
The release workflow may not have triggered a rebuild, or the binary was copied from a previous release without recompilation.
Description
The v0.11.0 release binary was not rebuilt from the latest source code. It still reports
waza version 0.9.0and is missing all fixes from v0.10.0.Evidence
$ waza --version waza version 0.9.0 # should be 0.11.0The following v0.10.0 fixes are in the git history but NOT in the released binary:
33fbecefix: bound copilot Start() with req.Timeout (suggest deadlock fix)2183b16fix: waza check accepts direct path to SKILL.mdde59276feat: waza run --suggestThe binary still exhibits the old bugs (suggest deadlock, check path rejection).
Expected
v0.11.0 binary should be built from the v0.11.0 tag and include all v0.10.0 changes.
Likely Cause
The release workflow may not have triggered a rebuild, or the binary was copied from a previous release without recompilation.