Skip to content

Commit 6228cdc

Browse files
author
changepacks
committed
Update Versions
1 parent 0c416df commit 6228cdc

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

.changepacks/changepack_log_1XG0SAoIz8gJQBgMn7g77.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.7" }
7-
vespera_macro = { path = "crates/vespera_macro", version = "0.1.7" }
6+
vespera_core = { path = "crates/vespera_core", version = "0.1.8" }
7+
vespera_macro = { path = "crates/vespera_macro", version = "0.1.8" }

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.7"
3+
version = "0.1.8"
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.7"
3+
version = "0.1.8"
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.7"
3+
version = "0.1.8"
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)