diff --git a/.changepacks/changepack_log_x_7R8J07eMCRA-QQM_Bxj.json b/.changepacks/changepack_log_x_7R8J07eMCRA-QQM_Bxj.json deleted file mode 100644 index 1402151..0000000 --- a/.changepacks/changepack_log_x_7R8J07eMCRA-QQM_Bxj.json +++ /dev/null @@ -1 +0,0 @@ -{"changes":{"crates/vespera/Cargo.toml":"Patch","crates/vespera_core/Cargo.toml":"Patch","crates/vespera_macro/Cargo.toml":"Patch"},"note":"Support generic","date":"2025-12-04T08:08:40.530199Z"} \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index d8ccc60..bc2ab52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,5 +3,5 @@ resolver = "2" members = ["crates/*", "examples/*"] [workspace.dependencies] -vespera_core = { path = "crates/vespera_core", version = "0.1.8" } -vespera_macro = { path = "crates/vespera_macro", version = "0.1.8" } +vespera_core = { path = "crates/vespera_core", version = "0.1.9" } +vespera_macro = { path = "crates/vespera_macro", version = "0.1.9" } diff --git a/crates/vespera/Cargo.toml b/crates/vespera/Cargo.toml index cf2b38f..3e099ff 100644 --- a/crates/vespera/Cargo.toml +++ b/crates/vespera/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vespera" -version = "0.1.8" +version = "0.1.9" edition = "2024" description = "A fully automated OpenAPI engine for Axum with zero-config route and schema discovery" license = "Apache-2.0" diff --git a/crates/vespera_core/Cargo.toml b/crates/vespera_core/Cargo.toml index 392464c..e8d773a 100644 --- a/crates/vespera_core/Cargo.toml +++ b/crates/vespera_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vespera_core" -version = "0.1.8" +version = "0.1.9" edition = "2024" description = "Core types and utilities for Vespera" license = "Apache-2.0" diff --git a/crates/vespera_macro/Cargo.toml b/crates/vespera_macro/Cargo.toml index 43454a2..c6fa68a 100644 --- a/crates/vespera_macro/Cargo.toml +++ b/crates/vespera_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vespera_macro" -version = "0.1.8" +version = "0.1.9" edition = "2024" description = "Procedural macros for Vespera - automatic route discovery and OpenAPI generation" license = "Apache-2.0"