release: bump 0.4.5 -> 0.4.6 (#151)

Routine patch release. Ships the **19 TA-Lib parity indicators** (DM components, price transforms, ROC ratio forms, LinReg intercept / TSF, MACDFIX / MACDEXT / SAREXT, Hilbert phasor / DC-phase / trend-mode) added in #148, with the cold-path coverage fix from #150 — indicator count **314**, repo back at 100%.

Version strings bumped `0.4.5 -> 0.4.6` across:
- `Cargo.toml` (workspace + `wickra-core` dep), `Cargo.lock`
- `bindings/python/pyproject.toml`
- `bindings/node/package.json` (+ 6 optional platform deps) and the 6 `npm/<platform>/package.json`
- `bindings/node/package-lock.json`, `examples/node/package-lock.json`
- `CHANGELOG.md` — `[Unreleased]` rolled into `[0.4.6] - 2026-06-03` with refreshed compare links

No code changes. `fmt` / `clippy --workspace -D warnings` green locally.
This commit is contained in:
kingchenc
2026-06-03 02:56:00 +02:00
committed by GitHub
parent f71b3b6b49
commit 82d1a4fe77
13 changed files with 53 additions and 50 deletions
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "wickra",
"version": "0.4.5",
"version": "0.4.6",
"description": "Streaming-first technical indicators: incremental, fast, install-free. Node bindings powered by Rust.",
"author": "kingchenc <support@wickra.org>",
"main": "index.js",
@@ -47,12 +47,12 @@
"node": ">= 18"
},
"optionalDependencies": {
"wickra-linux-x64-gnu": "0.4.5",
"wickra-linux-arm64-gnu": "0.4.5",
"wickra-darwin-x64": "0.4.5",
"wickra-darwin-arm64": "0.4.5",
"wickra-win32-x64-msvc": "0.4.5",
"wickra-win32-arm64-msvc": "0.4.5"
"wickra-linux-x64-gnu": "0.4.6",
"wickra-linux-arm64-gnu": "0.4.6",
"wickra-darwin-x64": "0.4.6",
"wickra-darwin-arm64": "0.4.6",
"wickra-win32-x64-msvc": "0.4.6",
"wickra-win32-arm64-msvc": "0.4.6"
},
"scripts": {
"build": "napi build --platform --release",