release: bump 0.9.7 -> 0.9.8 (#350)

This commit is contained in:
kingchenc
2026-06-28 01:56:57 +02:00
committed by GitHub
parent 4ec10826be
commit 06b05e6c3e
20 changed files with 88 additions and 65 deletions
+3 -3
View File
@@ -14,7 +14,7 @@ members = [
exclude = ["fuzz"]
[workspace.package]
version = "0.9.7"
version = "0.9.8"
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.7" }
wickra-data = { path = "crates/wickra-data", version = "0.9.7" }
wickra-core = { path = "crates/wickra-core", version = "0.9.8" }
wickra-data = { path = "crates/wickra-data", version = "0.9.8" }
thiserror = "2"
rayon = "1.10"