Skip to content

Commit 5ade84d

Browse files
authored
Merge pull request #4 from dev-five-git/changepacks/main
Update Versions
2 parents 37d9577 + a00e93b commit 5ade84d

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

.changepacks/changepack_log_dWe63E4EQcL7sQnqQsoUu.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.2" }
7-
vespera_macro = { path = "crates/vespera_macro", version = "0.1.2" }
6+
vespera_core = { path = "crates/vespera_core", version = "0.1.3" }
7+
vespera_macro = { path = "crates/vespera_macro", version = "0.1.3" }

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