release: bump 0.4.3 -> 0.4.4 (#143)

Release 0.4.4.

Version bump only — no code changes. Ships the 40 TA-Lib candlestick patterns
(parts 2–9, #132–#141, 249 → 289 indicators) plus the candlestick rejection-
guard coverage tests (#142) that landed on `main` since 0.4.3.

Bumped: workspace `Cargo.toml` (+ `wickra-core` dep) and `Cargo.lock`,
`bindings/python/pyproject.toml`, `bindings/node/package.json` (+ 6 platform
`optionalDependencies`), the 6 `bindings/node/npm/*/package.json`, both
`package-lock.json` files, and `CHANGELOG.md` ([Unreleased] → [0.4.4]).
This commit is contained in:
kingchenc
2026-06-02 18:10:24 +02:00
committed by GitHub
parent 49c0fd7dd5
commit 2f3a0b9149
13 changed files with 53 additions and 50 deletions
+7 -7
View File
@@ -17,7 +17,7 @@
},
"../../bindings/node": {
"name": "wickra",
"version": "0.4.3",
"version": "0.4.4",
"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.3",
"wickra-darwin-x64": "0.4.3",
"wickra-linux-arm64-gnu": "0.4.3",
"wickra-linux-x64-gnu": "0.4.3",
"wickra-win32-arm64-msvc": "0.4.3",
"wickra-win32-x64-msvc": "0.4.3"
"wickra-darwin-arm64": "0.4.4",
"wickra-darwin-x64": "0.4.4",
"wickra-linux-arm64-gnu": "0.4.4",
"wickra-linux-x64-gnu": "0.4.4",
"wickra-win32-arm64-msvc": "0.4.4",
"wickra-win32-x64-msvc": "0.4.4"
}
},
"node_modules/wickra": {