release: bump 0.6.7 -> 0.6.8 (#208)

Release 0.6.8 — ships the B13 Ichimoku & Charts indicators (479 total). Version-string bump only.
This commit is contained in:
kingchenc
2026-06-08 01:50:32 +02:00
committed by GitHub
parent ceaeb90a22
commit acd7e8dc52
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.7"
version = "0.6.8"
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.7" }
wickra-core = { path = "crates/wickra-core", version = "0.6.8" }
thiserror = "2"
rayon = "1.10"