Skip to content

Releases: jiacai2050/zigcli

v0.2.3

08 May 13:46
7ad21d9
Compare
Choose a tag to compare

For Chinese users, you can goto gitee to download prebuilt binaries

Bugfix 🐛

  • Load local ca bundle for zigfetch
  • Fix cross compile for zigfetch

Use as library

        .zigcli = .{
            .url = "https://github.com/jiacai2050/zigcli/archive/refs/tags/v0.2.3.tar.gz",
            .hash = "zigcli-0.2.3-ORC7jGKRAgAYW8y8hO3S4v2DsqbnyOrgximDYNgfB_Bw",
        },

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

07 May 12:58
720b2c0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

23 Mar 03:30
761584f
Compare
Choose a tag to compare

New features

  • Use new hash format introduced in 0.14 for dependencies.
  • Zigfetch support the new hash format

Import like this:

.dependencies = .{
    .zigcli = .{
        .url = "https://github.com/jiacai2050/zigcli/archive/refs/tags/v0.2.1.tar.gz",
        .hash = "zigcli-0.2.1-ORC7jJiMAgBaLKuhtak-Q62A1tJmMJDnBhsnLvsDw7Tf",
    },
},

v0.2.0

09 Mar 09:02
737e03c
Compare
Choose a tag to compare

Tested with Zig 0.14.0

        .zigcli = .{
            .url = "https://github.com/jiacai2050/zigcli/archive/refs/tags/v0.2.0.tar.gz",
            .hash = "1220d88560a67e3044f6358f03b0aa3102a53134f745c69d7e0cefac21e7febbd8b5",
        }

v0.1.5

23 Jan 15:17
962e9a2
Compare
Choose a tag to compare

Last version for zig 0.13.

Features

Improvement

Full Changelog

v0.1.4...v0.1.5

v0.1.4

03 Jan 01:05
ef089b6
Compare
Choose a tag to compare

Features

  • zigfetch: support git dependencies git+http(s)

Fixes

  • zigfetch: Don't delete ignore files for local path dependency.

v0.1.3

01 Jan 11:41
134269c
Compare
Choose a tag to compare

Features

v0.1.2

18 Nov 13:19
c7c38c6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

30 Oct 01:08
38be678
Compare
Choose a tag to compare

Features

  • Add pidof command for macOS

v0.1.0

28 Sep 05:01
9e01903
Compare
Choose a tag to compare
refactor zip file directory structure