release: bump 0.8.1 -> 0.8.2 (#245)

Patch release shipping the R WebAssembly build fix (#244): `bindings/r/configure` builds the C ABI from source for `wasm32-unknown-emscripten`, so r-universe's webR build stops failing. Also carries the shared Go badge in `bindings/go/README.md`. Version bumped across all manual touchpoints via `bump_version.py` (incl. DESCRIPTION + csproj, which had drifted before).
This commit is contained in:
kingchenc
2026-06-10 01:57:10 +02:00
committed by GitHub
parent 6433c9b3de
commit b31a9a3624
19 changed files with 71 additions and 61 deletions
+2 -2
View File
@@ -30,14 +30,14 @@ Maven:
<dependency>
<groupId>org.wickra</groupId>
<artifactId>wickra</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
</dependency>
```
Gradle:
```kotlin
implementation("org.wickra:wickra:0.8.1")
implementation("org.wickra:wickra:0.8.2")
```
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.1</version>
<version>0.8.2</version>
<packaging>jar</packaging>
<name>Wickra</name>