v0.3.0-rc.82
Pre-release
Pre-release
Changed
- Bump alef pin 0.25.49 → 0.25.50 and regenerate all bindings.
Fixed
- Swift: cfg-gated struct fields broke the swift-bridge build. The Swift backend now filters constructor params, getter externs, and wrapper field initializers by
#[cfg]against the configured feature set, and recurses inbound bridge-type conversion throughOptional/Vec/Mapso nested opaque types are JSON-bridged correctly. (alef 0.25.50) - Homebrew: formula source checksum mismatch. The release pipeline now computes the formula's source-tarball sha after the Swift-checksum job force-moves the release tag, so the bottle builds verify against the final archive instead of a pre-move hash.
Docs
- Document the kreuzcrawl agent plugin in the README.
Zig
Add to your build.zig.zon:
.dependencies = .{
.kreuzcrawl-zig = .{\n .url = \"https://github.com/kreuzberg-dev/kreuzcrawl/releases/download/v0.3.0-rc.82/kreuzcrawl-zig-v0.3.0-rc.82.tar.gz\",\n .hash = \"kreuzcrawl-0.3.0-rc.82-l-oqNh4FdiBzbuEKrLMB5XhC0KEHcta0_XeOIIosbaT3\",\n },\n},\n```\n