Highlights
This patch release fixes Go module installation and Elixir publish workflow issues.
Fixed
Go Module Installation
- Fixed Go module tag format: Go modules now install correctly with
go get github.com/kreuzberg-dev/kreuzberg/packages/go/v4@v4.0.2(#264)- Changed tag format from
packages/go/v4/v4.x.xtopackages/go/v4.x.xto match Go module path requirements - Updated publish script to use correct format for future releases
- Changed tag format from
CI Stability
- Go CI Windows builds: Made
choco install pkgconfiglitestep non-blocking since MSYS2 provides pkg-config as fallback - Rust tooling cache: Extended cargo-llvm-cov cache clearing to all platforms to prevent corrupted binary issues on ARM64 Linux
- Bumped cache key version: Invalidated potentially corrupted cargo-llvm-cov caches
Elixir Publish Workflow
- Fixed macOS native library extension: Elixir NIF packaging now correctly uses
.dylibextension on macOS instead of.so
Installation
Go
```bash
go get github.com/kreuzberg-dev/kreuzberg/packages/go/v4@v4.0.2
```
See CHANGELOG.md for full details.