Summary
This release renames the package from exetest to cmdtest to better reflect the project's purpose: simpler, ergonomic testing helpers for command-line applications for Zig.
The new name more clearly communicates the package intent: testing command-line interfaces.
What changed
- Renamed the package name from
exetesttocmdtest. - Updated build outputs and package naming to match the new name.
Migration notes
- Reinstall the
cmdtestusing the following command:zig fetch --save=cmdtest https://github.com/pyk/cmdtest/archive/v0.2.0.tar.gz
- If you previously depended on
exetest, update scripts and CI to usecmdtestinstead. - No API behavior change. Only the package name was changed to improve clarity.