Skip to content

Releases: mnemnion/ztap

ZTAP-provided default test runner

19 May 19:55
v0.9.1
40c4cf9
Compare
Choose a tag to compare

ZTAP now includes a test runner, which can be linked in path form
directly to the ZTAP step. This is now the preferred way to use ZTAP,
since there's no need to include a separate file in your own program.

This is a feature-only update.

Zig 0.14 compatibility

14 Mar 18:34
v0.9.0
b215db8
Compare
Choose a tag to compare

This release makes ztap compatible with the official 0.14 release of
Zig. No new features are added or planned.

Update panic handler

27 Jan 19:27
v0.8.2
Compare
Choose a tag to compare

Zig master changed how default panic handlers are called, this is a tracking update which makes ZTAP compatible with that change.

Master-branch compatible release

13 Sep 21:02
528e9a7
Compare
Choose a tag to compare

This is v0.8.1, modified to build with the latest release of zig master, which have lowercased the names used in Type.

This project will switch to tracking 0.14 when released, in the meantime, if you're using recent builds, this is the release you want.

ZTAG v0.8.1

12 Sep 14:38
v0.8.1
1131829
Compare
Choose a tag to compare

Unlikely to change in any essential or API way.