release: bump 0.7.0 -> 0.7.1 (#215)

Version bump 0.7.0 -> 0.7.1 for the B16 Derivatives batch (493 indicators).
This commit is contained in:
kingchenc
2026-06-08 03:35:31 +02:00
committed by GitHub
parent ff5a047078
commit 5862401958
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.0"
version = "0.7.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.7.0" }
wickra-core = { path = "crates/wickra-core", version = "0.7.1" }
thiserror = "2"
rayon = "1.10"