release: bump 0.8.0 -> 0.8.1 (#240)

Patch release shipping the wickra-go mirror license fix (#239). The release-time Go mirror now includes the dual MIT OR Apache-2.0 license files, so the next published Go module version resolves with a redistributable license on pkg.go.dev. No code changes; all other packages are republished unchanged at 0.8.1.
This commit is contained in:
kingchenc
2026-06-10 00:22:29 +02:00
committed by GitHub
parent 99ad2ab107
commit 0c4bbaf314
16 changed files with 66 additions and 58 deletions
+2 -2
View File
@@ -30,14 +30,14 @@ Maven:
<dependency>
<groupId>org.wickra</groupId>
<artifactId>wickra</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
</dependency>
```
Gradle:
```kotlin
implementation("org.wickra:wickra:0.8.0")
implementation("org.wickra:wickra:0.8.1")
```
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.0</version>
<version>0.8.1</version>
<packaging>jar</packaging>
<name>Wickra</name>