release: bump 0.9.6 -> 0.9.7 (#338)

This commit is contained in:
kingchenc
2026-06-21 16:07:53 +02:00
committed by GitHub
parent 98bb57c868
commit 96cd9b3f02
19 changed files with 86 additions and 64 deletions
+3 -3
View File
@@ -14,7 +14,7 @@ members = [
exclude = ["fuzz"]
[workspace.package]
version = "0.9.6"
version = "0.9.7"
authors = ["kingchenc <support@wickra.org>"]
edition = "2021"
rust-version = "1.86"
@@ -26,8 +26,8 @@ keywords = ["finance", "trading", "indicators", "technical-analysis", "ta"]
categories = ["finance", "mathematics", "science"]
[workspace.dependencies]
wickra-core = { path = "crates/wickra-core", version = "0.9.6" }
wickra-data = { path = "crates/wickra-data", version = "0.9.6" }
wickra-core = { path = "crates/wickra-core", version = "0.9.7" }
wickra-data = { path = "crates/wickra-data", version = "0.9.7" }
thiserror = "2"
rayon = "1.10"