release: bump 0.7.1 -> 0.7.2 (#217)

Version bump 0.7.1 -> 0.7.2 for the B17 Market Profile batch (498 indicators).
This commit is contained in:
kingchenc
2026-06-08 04:18:34 +02:00
committed by GitHub
parent 91aa6fffbf
commit fc6f619550
13 changed files with 55 additions and 52 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ members = [
exclude = ["fuzz"]
[workspace.package]
version = "0.7.1"
version = "0.7.2"
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.7.1" }
wickra-core = { path = "crates/wickra-core", version = "0.7.2" }
thiserror = "2"
rayon = "1.10"