Releases: cashapp/hermit
Releases · cashapp/hermit
v0.34.1
fix: prioritize runtime deps envars (#369) Fixes https://github.com/cashapp/hermit/issues/368. See individual commit messages for details.
v0.34.0
Add "exec" trigger. (#367) I'm not 100% sure this is a good idea, as it could easily lead to performance issues, but in some situations I think it could be quite useful.
v0.33.0
fix: recursively collect function decls when validating shell scripts…
v0.32.0
feat: support search across description
v0.31.2
fix: run install hook on upgrade (#347)
v0.31.1
fix: ensure missing package dependencies trigger a sync (#340) This manifested because the gradle package depends on "jre". The installed JRE satisfied this constraint initially but was later upgraded. Because dependency resolving didn't set syncOnMissing, this resulted in a "package not found" error.
v0.31.0
Add a "sha256-source" attribute. (#339) This is an optional URL to a sha256 checksum file used as an optimisation when adding digests to manifests. Parsing of the file is very lenient and if anything fails, the update will fall back to downloading and computing the digest manually.
v0.30.0
feat: automatically add digests when auto-versioning (#332) This is adapted from #331
v0.29.2
fix: use HTTP proxy envars
v0.29.1
fix: upgrade mimetype to include TAR fix https://github.com/gabriel-vasile/mimetype/pull/308