Add node sync e2e harness and bump 0.5.0
Some checks failed
CI / Test (OTP 27.2 / Elixir 1.18.2) (push) Failing after 1s
CI / Test (OTP 28.4 / Elixir 1.19.4 + Marmot E2E) (push) Failing after 1s

This commit is contained in:
2026-03-17 02:32:33 +01:00
parent 02f2584757
commit f518a25cab
9 changed files with 1316 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
vips,
}: let
pname = "parrhesia";
version = "0.4.0";
version = "0.5.0";
beamPackages = beam.packages.erlang_28.extend (
final: _prev: {
@@ -48,7 +48,7 @@
beamPackages.fetchMixDeps {
pname = "${pname}-mix-deps";
inherit version src;
hash = "sha256-I09Q2PG22lOrZjjXoq8Py3P3o5dgaz9LhKJSmP+/r6k=";
hash = "sha256-D69wuFnIChQzm1PmpIW+X/1sPpsIcDHe4V5fKmFeJ3k=";
}
else null;