h5i v0.2.0
Install
Linux / macOS:
curl -L https://github.com/h5i-dev/h5i/releases/download/v0.2.0/h5i-v0.2.0-<TARGET>.tar.gz | tar -xz
sudo mv h5i /usr/local/bin/Windows: download the .zip, extract h5i.exe, and add it to your PATH.
Available targets
| Target | Platform |
|---|---|
x86_64-unknown-linux-musl |
Linux x86_64 (static, glibc-free) |
aarch64-unknown-linux-musl |
Linux arm64 (static, glibc-free) |
aarch64-apple-darwin |
macOS (Apple Silicon + Rosetta) |
x86_64-pc-windows-msvc |
Windows x86_64 |
Each archive is accompanied by a .sha256 checksum file.
What's Changed
- h5i env: mediated commit (env/human/update-comments) by @Koukyosyumei in #144
- Fix duplicate entries in recent news section by @Koukyosyumei in #145
- env: inject IS_SANDBOX=1 for agent-in-box profiles by @Koukyosyumei in #146
- env/context: union-merge dag.json + in-box conflict runbook by @Koukyosyumei in #147
- test(env): broaden h5i env rebase coverage by @Koukyosyumei in #148
- bump to v0.2.0 by @Koukyosyumei in #149
Full Changelog: v0.1.9...v0.2.0