release: bump 0.9.1 -> 0.9.2 (#306)

This commit is contained in:
kingchenc
2026-06-15 06:02:05 +02:00
committed by GitHub
parent ce792cf8b8
commit 5f0677d62d
19 changed files with 66 additions and 63 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ members = [
exclude = ["fuzz"]
[workspace.package]
version = "0.9.1"
version = "0.9.2"
authors = ["kingchenc <support@wickra.org>"]
edition = "2021"
rust-version = "1.86"
@@ -26,7 +26,7 @@ keywords = ["finance", "trading", "indicators", "technical-analysis", "ta"]
categories = ["finance", "mathematics", "science"]
[workspace.dependencies]
wickra-core = { path = "crates/wickra-core", version = "0.9.1" }
wickra-core = { path = "crates/wickra-core", version = "0.9.2" }
thiserror = "2"
rayon = "1.10"