release: bump 0.5.1 -> 0.5.2 (#170)

Version bump to release the A4 Chart Patterns (#166) and Harmonic Patterns (#169) families (catalogue 351 -> 367).
This commit is contained in:
kingchenc
2026-06-03 23:39:10 +02:00
committed by GitHub
parent 4250ed99f4
commit 8115d3b33d
13 changed files with 53 additions and 50 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ members = [
exclude = ["fuzz"]
[workspace.package]
version = "0.5.1"
version = "0.5.2"
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.5.1" }
wickra-core = { path = "crates/wickra-core", version = "0.5.2" }
thiserror = "2"
rayon = "1.10"