chore: bump version for 0.8

This commit is contained in:
Greg Johnston
2025-03-12 20:29:46 -04:00
parent b7462aab10
commit acbd6378a8
8 changed files with 397 additions and 335 deletions

View File

@@ -1,6 +1,8 @@
[package]
name = "leptos_server"
version = { workspace = true }
# TODO revert to { workspace = true } before 0.8.0 release
# this is a hack because I missing bumping the hydration_context version number before publishing
version = "0.8.0-alpha2"
authors = ["Greg Johnston"]
license = "MIT"
repository = "https://github.com/leptos-rs/leptos"