release: bump 0.7.3 -> 0.7.4 (#221)

Version bump **0.7.3 → 0.7.4** for the B19 Alt-Chart Bars batch (7 new bar builders, 507 → 514).

Bumps `Cargo.toml` (+ `wickra-core` dep), `Cargo.lock`, `pyproject.toml`, the Node `package.json` and its six platform packages, both `package-lock.json` files, and the CHANGELOG (`[Unreleased]` → `[0.7.4]` with compare URLs).
This commit is contained in:
kingchenc
2026-06-08 14:33:43 +02:00
committed by GitHub
parent e5305ffa94
commit 13c8250488
13 changed files with 55 additions and 52 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ members = [
exclude = ["fuzz"]
[workspace.package]
version = "0.7.3"
version = "0.7.4"
authors = ["kingchenc <support@wickra.org>"]
edition = "2021"
rust-version = "1.86"
@@ -25,7 +25,7 @@ keywords = ["finance", "trading", "indicators", "technical-analysis", "ta"]
categories = ["finance", "mathematics", "science"]
[workspace.dependencies]
wickra-core = { path = "crates/wickra-core", version = "0.7.3" }
wickra-core = { path = "crates/wickra-core", version = "0.7.4" }
thiserror = "2"
rayon = "1.10"