v0.3.0-rc.37
Pre-release
Pre-release
What's in this release
Bumps alef 0.19.24 → 0.20.0 and regenerates bindings/e2e against it.
alef v0.20.0
- vendor: inner crate manifest now gets an empty
[workspace]when no outer manifest is generated, unblockingPublish Elixir Hex package. generate_service_apinow lands for six more backends (ffi/extendr/jni/csharp/dart/go/swift/zig); not exercised by kreuzcrawl yet but emitter is in place.- c-e2e Makefile FFI prerequisite is conditional so
makeno longer hard-fails without staged FFI.
Post-rc.36 fixes (already in main)
- Docker COPY of
kreuzcrawl-browserfor Alpine workspace load - CI E2E FFI staging into
e2e/c/ffi/to skip 404-prone download
Zig
Add to your build.zig.zon:
.dependencies = .{
.kreuzcrawl-zig = .{\n .url = \"https://github.com/kreuzberg-dev/kreuzcrawl/releases/download/v0.3.0-rc.37/kreuzcrawl-zig-v0.3.0-rc.37.tar.gz\",\n .hash = \"kreuzcrawl-0.3.0-rc.37-l-oqNpfRAADdvhCpfcP7UfnNavPVBQqBI86QlvoGeNj4\",\n },\n},\n```\n