release: bump 0.8.4 -> 0.8.5 (#258)

Version bump `0.8.4` → `0.8.5`.

### Fixed
- The R binding's golden-fixture parity test now skips gracefully when the shared `testdata/golden` fixtures are not bundled with the package — standalone r-universe / CRAN builds package only `bindings/r`, so the repo-root fixtures are unreachable there (this was failing the r-universe build of 0.8.4). The parity stays enforced by the repository CI, where the fixtures are present. (#257)

Bump touches the manual release touchpoints only (`Cargo.toml`/`Cargo.lock`, Python/Node/Java/C#/R manifests, lockfiles, `SECURITY.md`, `CHANGELOG.md`). docs/webpage version strings are left to `sync-about.yml` on the tag.
This commit is contained in:
kingchenc
2026-06-11 17:13:52 +02:00
committed by GitHub
parent 3e5a19c94a
commit d7cb771a28
19 changed files with 66 additions and 63 deletions
+2 -2
View File
@@ -30,14 +30,14 @@ Maven:
<dependency>
<groupId>org.wickra</groupId>
<artifactId>wickra</artifactId>
<version>0.8.4</version>
<version>0.8.5</version>
</dependency>
```
Gradle:
```kotlin
implementation("org.wickra:wickra:0.8.4")
implementation("org.wickra:wickra:0.8.5")
```
The native library ships prebuilt per platform (Linux, macOS, Windows — x64 and
+1 -1
View File
@@ -6,7 +6,7 @@
<groupId>org.wickra</groupId>
<artifactId>wickra</artifactId>
<version>0.8.4</version>
<version>0.8.5</version>
<packaging>jar</packaging>
<name>Wickra</name>