Skip to content

Releases: earthfail/zeal

version v0.0.3

12 Dec 22:20

Choose a tag to compare

Minor fixes to fix link in README.md and remove logs from parser.zig and lexer.zig

first official release, version 0.0.2

11 Dec 21:53

Choose a tag to compare

This version is alpha. This means I am thinking of some breaking changes and improving it in terms of performance and ease of use.
To add it to build.zig.zon add the following struct inside .dependencies :

.zeal = .{
    .url = "https://github.com/earthfail/zeal/archive/v0.0.2.tar.gz",
    .hash = "1220302efc8baa22fa6d6d1c0269bef215f5cf1b614cbe2db9b4bcf9dcc6db514421",
    }
}

and add zeal in build.zig as follows:

const zeal = b.dependency("zeal", .{
        .optimize = optimize,
        .target = target,
    });
exe.addModule("zeal", zeal.module("zeal"));

v0.0.1 test 2

11 Dec 13:47

Choose a tag to compare

v0.0.1 test 2 Pre-release
Pre-release

this is a test for github releases and zig package managment. See attachment for first verison of zeal