release: bump 0.6.0 -> 0.6.1 (#192)

Version bump for the v0.6.1 release shipping the B6 Bands & Channels family (#191): 429 -> 434 indicators.
This commit is contained in:
kingchenc
2026-06-07 00:13:58 +02:00
committed by GitHub
parent 67feec598a
commit 83e34c6f71
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.0"
version = "0.6.1"
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.0" }
wickra-core = { path = "crates/wickra-core", version = "0.6.1" }
thiserror = "2"
rayon = "1.10"