Release 0.1.3: full pipeline working end to end

CI is now green across all 20 jobs:
- Rust on Linux/macOS/Windows
- Python 3.9/3.11/3.12 on Linux/macOS/Windows
- Node 18/20 on Linux/macOS/Windows (Windows previously failed
  because ci.yml built the native module without --platform; fixed
  in the previous commit)
- WASM build
- Cross-library benchmark report

This tag re-publishes 0.1.3 across crates.io / PyPI / npm so a single
version covers every working binding. The release workflow's idempotent
publish steps mean re-runs are safe; the new code in this version is
just the build-script and loader changes that fixed CI.
This commit is contained in:
kingchenc
2026-05-21 22:08:48 +02:00
parent 5c40acd288
commit 529f302f73
8 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ members = [
exclude = []
[workspace.package]
version = "0.1.2"
version = "0.1.3"
authors = ["Wickra Contributors"]
edition = "2021"
rust-version = "1.75"
@@ -23,7 +23,7 @@ keywords = ["finance", "trading", "indicators", "technical-analysis", "ta"]
categories = ["finance", "mathematics", "science"]
[workspace.dependencies]
wickra-core = { path = "crates/wickra-core", version = "0.1.2" }
wickra-core = { path = "crates/wickra-core", version = "0.1.3" }
thiserror = "2"
rayon = "1.10"