cli-v4.0.1
windmill-labs/windmillcli-v4.0.1Sep 4, 2026by pbakaus
AI Summary
This patch release fixes the version reporting functionality in the CLI shim. The `--version` flag now correctly reports the package version instead of the internal engine version.
Key Highlights
- `--version` flag now reports the package version correctly
- Shim no longer requires locating or downloading a binary for version checks
- Fixes incorrect version output after the 4.0.0 release
Full Release Notes
- **`--version` reports the package version.** `npx impeccable --version` printed the engine's baked-in 3.6.0 after the 4.0.0 release; the shim now answers `--version` and `-v` itself from its own package.json, without locating or downloading a binary.