release: bump 0.3.1 -> 0.4.0 (#89)
Minor release. The headline user-facing change is the Node binding now rejecting invalid indicator periods instead of silently clamping period 0 to 1 (matches Python/WASM/core); plus per-ecosystem binding READMEs and a corrected MSRV statement in CONTRIBUTING. See CHANGELOG [0.4.0]. - Cargo.toml (workspace.package + wickra-core dep) + Cargo.lock (6 members) - bindings/python/pyproject.toml - bindings/node/package.json (version + 6 optionalDependencies) + package-lock.json - bindings/node/npm/*/package.json (6 platform subpackages) - examples/node/package-lock.json (wickra-* platform pins) - CHANGELOG: [Unreleased] -> [0.4.0] - 2026-05-31 + compare URL No tag pushed (release publish is a separate, user-confirmed step).
This commit is contained in:
@@ -4,7 +4,7 @@ build-backend = "maturin"
|
||||
|
||||
[project]
|
||||
name = "wickra"
|
||||
version = "0.3.1"
|
||||
version = "0.4.0"
|
||||
description = "Streaming-first technical indicators: incremental, fast, install-free."
|
||||
readme = "README.md"
|
||||
license = { text = "PolyForm-Noncommercial-1.0.0" }
|
||||
|
||||
Reference in New Issue
Block a user