Skip to content

Commit 939a801

Browse files
authored
Merge pull request #43 from dev-five-git/changepacks/main
Update Versions
2 parents 056942e + ac7d863 commit 939a801

6 files changed

Lines changed: 5 additions & 7 deletions

File tree

.changepacks/changepack_log_KcdLl0PBqSzwXJah8jSDB.json

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

.changepacks/changepack_log_PhGYh4opbd3JnJv_W44xy.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.18" }
7-
vespera_macro = { path = "crates/vespera_macro", version = "0.1.18" }
6+
vespera_core = { path = "crates/vespera_core", version = "0.1.19" }
7+
vespera_macro = { path = "crates/vespera_macro", version = "0.1.19" }

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