feat: Complete v0.5.0 release preparation

- Add performance audit dependency to main package
- Create comprehensive release notes
- All tests passing with 100% success rate
- Performance audit system fully integrated
- Ready for v0.5.0 release
This commit is contained in:
Peter Hanssens
2025-09-04 22:23:53 +10:00
parent c36acfa85e
commit 02e2f1407e
3 changed files with 273 additions and 3 deletions

23
Cargo.lock generated
View File

@@ -2560,6 +2560,28 @@ dependencies = [
"web-sys",
]
[[package]]
name = "leptos-shadcn-performance-audit"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4623ef142a25ad444260778176483a9b4ee49f42012bd1f8c743250725c27179"
dependencies = [
"anyhow",
"chrono",
"clap",
"env_logger",
"futures",
"glob",
"log",
"nalgebra",
"serde",
"serde_json",
"statistical",
"thiserror 1.0.69",
"tokio",
"walkdir",
]
[[package]]
name = "leptos-shadcn-popover"
version = "0.3.0"
@@ -3098,6 +3120,7 @@ dependencies = [
"leptos-shadcn-menubar 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"leptos-shadcn-navigation-menu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"leptos-shadcn-pagination 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"leptos-shadcn-performance-audit 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"leptos-shadcn-popover 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"leptos-shadcn-progress 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"leptos-shadcn-radio-group 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",