From 99208b7ed456e357f0f5a851b1844b8100d5a42d Mon Sep 17 00:00:00 2001 From: "David R. MacIver" Date: Thu, 13 Aug 2026 14:07:25 +0100 Subject: [PATCH] Bump to version 0.4.2 and update changelog [skip ci] Manual repair: CI run 31701259508 published 0.4.2 to Maven Central but crashed on a transient Sonatype 502 before committing/tagging. Co-Authored-By: Claude Fable 5 --- CHANGELOG.md | 6 ++++++ RELEASE.md | 5 ----- pom.xml | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 RELEASE.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 4946901..3cd5777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ + +## 0.4.2 - 2026-08-13 + +This patch adds Windows support (x86-64 and arm64). The jar now bundles the Windows engine alongside the Linux and macOS ones, so Hegel tests run on Windows with no extra setup. + +On Windows, a `libhegel.dll` placed on `PATH` takes precedence over the bundled engine (matching `LD_LIBRARY_PATH` on Linux and `DYLD_LIBRARY_PATH` on macOS), and the bundled engine is unpacked to a per-user cache under `%LOCALAPPDATA%`. `HEGEL_LIBHEGEL_PATH` overrides both, as on every OS. ## 0.4.1 - 2026-07-31 Fix error when cache directory for libhegel could not be written to, for example inside of a sandbox. diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 2230989..0000000 --- a/RELEASE.md +++ /dev/null @@ -1,5 +0,0 @@ -RELEASE_TYPE: patch - -This patch adds Windows support (x86-64 and arm64). The jar now bundles the Windows engine alongside the Linux and macOS ones, so Hegel tests run on Windows with no extra setup. - -On Windows, a `libhegel.dll` placed on `PATH` takes precedence over the bundled engine (matching `LD_LIBRARY_PATH` on Linux and `DYLD_LIBRARY_PATH` on macOS), and the bundled engine is unpacked to a per-user cache under `%LOCALAPPDATA%`. `HEGEL_LIBHEGEL_PATH` overrides both, as on every OS. diff --git a/pom.xml b/pom.xml index 51401b8..e4ebbfe 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ dev.hegel hegel - 0.4.1 + 0.4.2 jar hegel-java