release: bump 0.6.4 -> 0.6.5 (#200)

Version bump for the **v0.6.5** release shipping the **B10 Ehlers / Cycle** family (#199): 452 -> 462 indicators. Bumps workspace + Python/Node/WASM package versions, lockfiles and CHANGELOG. No code changes.
This commit is contained in:
kingchenc
2026-06-07 04:34:32 +02:00
committed by GitHub
parent 80850c81f7
commit 4526278fa0
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.4"
version = "0.6.5"
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.4" }
wickra-core = { path = "crates/wickra-core", version = "0.6.5" }
thiserror = "2"
rayon = "1.10"