release: bump 0.4.4 -> 0.4.5 (#147)

Version bump for 0.4.5: ships Anchored RSI, Volume Profile, TPO Profile and the Alt-Chart Bars family (Renko/Kagi/Point & Figure). Indicator count 289 -> 295.
This commit is contained in:
kingchenc
2026-06-02 22:14:47 +02:00
committed by GitHub
parent d4b3f9dbd1
commit 9a98e9bf55
13 changed files with 53 additions and 50 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ members = [
exclude = ["fuzz"]
[workspace.package]
version = "0.4.4"
version = "0.4.5"
authors = ["kingchenc <support@wickra.org>"]
edition = "2021"
rust-version = "1.86"
@@ -24,7 +24,7 @@ keywords = ["finance", "trading", "indicators", "technical-analysis", "ta"]
categories = ["finance", "mathematics", "science"]
[workspace.dependencies]
wickra-core = { path = "crates/wickra-core", version = "0.4.4" }
wickra-core = { path = "crates/wickra-core", version = "0.4.5" }
thiserror = "2"
rayon = "1.10"