release: bump 0.8.0 -> 0.8.1 (#240)

Patch release shipping the wickra-go mirror license fix (#239). The release-time Go mirror now includes the dual MIT OR Apache-2.0 license files, so the next published Go module version resolves with a redistributable license on pkg.go.dev. No code changes; all other packages are republished unchanged at 0.8.1.
This commit is contained in:
kingchenc
2026-06-10 00:22:29 +02:00
committed by GitHub
parent 99ad2ab107
commit 0c4bbaf314
16 changed files with 66 additions and 58 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ members = [
exclude = ["fuzz"]
[workspace.package]
version = "0.8.0"
version = "0.8.1"
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.8.0" }
wickra-core = { path = "crates/wickra-core", version = "0.8.1" }
thiserror = "2"
rayon = "1.10"