Skip to content

v0.2.0 (Crimson Compass)

Latest

Choose a tag to compare

@pyk pyk released this 07 Nov 04:39
· 6 commits to main since this release
Immutable release. Only release title and notes can be modified.

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 exetest to cmdtest.
  • Updated build outputs and package naming to match the new name.

Migration notes

  • Reinstall the cmdtest using 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 use cmdtest instead.
  • No API behavior change. Only the package name was changed to improve clarity.