release: bump 0.6.5 -> 0.6.6 (#203)

Release 0.6.6 — ships the B11 Pivots & S/R indicators (467 total) plus the bit-exact batch fast paths and benchmark refresh from #202.

Version-string bump only: Cargo workspace + wickra-core dep, Python pyproject, Node package.json (+6 platform packages), both package-lock files, Cargo.lock, and CHANGELOG.
This commit is contained in:
kingchenc
2026-06-08 00:21:34 +02:00
committed by GitHub
parent 05fe7ffa90
commit ed01604a18
13 changed files with 55 additions and 52 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ members = [
exclude = ["fuzz"]
[workspace.package]
version = "0.6.5"
version = "0.6.6"
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.6.5" }
wickra-core = { path = "crates/wickra-core", version = "0.6.6" }
thiserror = "2"
rayon = "1.10"