Releases: jiacai2050/zigcli
Releases · jiacai2050/zigcli
v0.2.3
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
- fix build release by @jiacai2050 in #48
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- improvement by @phanen in #45
- chore(ci): build zigfetch on all linux architects by @jiacai2050 in #47
New Contributors
Full Changelog: v0.2.1...v0.2.2
v0.2.1
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
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
Last version for zig 0.13.
Features
- Add new command: timeout
Improvement
- zigfetch will convert git deps to http when possible
- zigfetch will skip download dependency when it's already in
{global_cache}/p/{hash}
.
Full Changelog
v0.1.4
Features
- zigfetch: support git dependencies
git+http(s)
Fixes
- zigfetch: Don't delete ignore files for local path dependency.
v0.1.3
v0.1.2
What's Changed
- mitigate error: ProcessFdQuotaExceeded for loc by @zhangkaizhao in #30
New Contributors
- @zhangkaizhao made their first contribution in #30
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Features
- Add
pidof
command for macOS
v0.1.0
refactor zip file directory structure