release: bump 0.8.7 -> 0.8.8 (#265)

Version bump `0.8.7` → `0.8.8`.

### Fixed
- R binding: declare `Depends: R (>= 2.10)`, clearing the `R CMD check` "package needs dependence on R (>= 2.10)" warning that the bundled, lazy-loaded `sample_ohlcv` dataset triggers on r-universe / CRAN. (#264)

Bump touches the manual release touchpoints only; docs/webpage version strings are left to `sync-about.yml` on the tag.
This commit is contained in:
kingchenc
2026-06-11 22:44:47 +02:00
committed by GitHub
parent fb9c39d4cd
commit 806ae22abe
19 changed files with 66 additions and 63 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
<groupId>org.wickra.examples</groupId>
<artifactId>wickra-examples</artifactId>
<version>0.8.7</version>
<version>0.8.8</version>
<packaging>jar</packaging>
<name>Wickra Java examples</name>
@@ -21,7 +21,7 @@
<dependency>
<groupId>org.wickra</groupId>
<artifactId>wickra</artifactId>
<version>0.8.7</version>
<version>0.8.8</version>
</dependency>
<!-- Only the network examples (fetch_btcusdt) parse JSON. -->
<dependency>
+7 -7
View File
@@ -17,7 +17,7 @@
},
"../../bindings/node": {
"name": "wickra",
"version": "0.8.7",
"version": "0.8.8",
"license": "MIT OR Apache-2.0",
"devDependencies": {
"@napi-rs/cli": "^2.18.0"
@@ -26,12 +26,12 @@
"node": ">= 18"
},
"optionalDependencies": {
"wickra-darwin-arm64": "0.8.7",
"wickra-darwin-x64": "0.8.7",
"wickra-linux-arm64-gnu": "0.8.7",
"wickra-linux-x64-gnu": "0.8.7",
"wickra-win32-arm64-msvc": "0.8.7",
"wickra-win32-x64-msvc": "0.8.7"
"wickra-darwin-arm64": "0.8.8",
"wickra-darwin-x64": "0.8.8",
"wickra-linux-arm64-gnu": "0.8.8",
"wickra-linux-x64-gnu": "0.8.8",
"wickra-win32-arm64-msvc": "0.8.8",
"wickra-win32-x64-msvc": "0.8.8"
}
},
"node_modules/wickra": {