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:
Generated
+7
-7
@@ -17,7 +17,7 @@
|
||||
},
|
||||
"../../bindings/node": {
|
||||
"name": "wickra",
|
||||
"version": "0.4.5",
|
||||
"version": "0.4.6",
|
||||
"license": "PolyForm-Noncommercial-1.0.0",
|
||||
"devDependencies": {
|
||||
"@napi-rs/cli": "^2.18.0"
|
||||
@@ -26,12 +26,12 @@
|
||||
"node": ">= 18"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"wickra-darwin-arm64": "0.4.5",
|
||||
"wickra-darwin-x64": "0.4.5",
|
||||
"wickra-linux-arm64-gnu": "0.4.5",
|
||||
"wickra-linux-x64-gnu": "0.4.5",
|
||||
"wickra-win32-arm64-msvc": "0.4.5",
|
||||
"wickra-win32-x64-msvc": "0.4.5"
|
||||
"wickra-darwin-arm64": "0.4.6",
|
||||
"wickra-darwin-x64": "0.4.6",
|
||||
"wickra-linux-arm64-gnu": "0.4.6",
|
||||
"wickra-linux-x64-gnu": "0.4.6",
|
||||
"wickra-win32-arm64-msvc": "0.4.6",
|
||||
"wickra-win32-x64-msvc": "0.4.6"
|
||||
}
|
||||
},
|
||||
"node_modules/wickra": {
|
||||
|
||||
Reference in New Issue
Block a user