Skip to content

Commit b6969a5

Browse files
authored
Merge pull request #64 from dev-five-git/changepacks/main
Update Versions
2 parents 1de30e0 + 9301064 commit b6969a5

5 files changed

Lines changed: 5 additions & 6 deletions

File tree

.changepacks/changepack_log_1DpbP4f1cc9lsoConhMuB.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ resolver = "2"
33
members = ["crates/*", "examples/*"]
44

55
[workspace.dependencies]
6-
vespera_core = { path = "crates/vespera_core", version = "0.1.28" }
7-
vespera_macro = { path = "crates/vespera_macro", version = "0.1.28" }
6+
vespera_core = { path = "crates/vespera_core", version = "0.1.29" }
7+
vespera_macro = { path = "crates/vespera_macro", version = "0.1.29" }

crates/vespera/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vespera"
3-
version = "0.1.28"
3+
version = "0.1.29"
44
edition = "2024"
55
description = "A fully automated OpenAPI engine for Axum with zero-config route and schema discovery"
66
license = "Apache-2.0"

crates/vespera_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vespera_core"
3-
version = "0.1.28"
3+
version = "0.1.29"
44
edition = "2024"
55
description = "Core types and utilities for Vespera"
66
license = "Apache-2.0"

crates/vespera_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vespera_macro"
3-
version = "0.1.28"
3+
version = "0.1.29"
44
edition = "2024"
55
description = "Procedural macros for Vespera - automatic route discovery and OpenAPI generation"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)