Skip to content

Commit adf3d78

Browse files
authored
Merge pull request #31 from dev-five-git/changepacks/main
Update Versions
2 parents 914036d + 0e7e4c6 commit adf3d78

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

.changepacks/changepack_log_POJdvdKMVhGW0R4GlSTtr.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.13" }
7-
vespera_macro = { path = "crates/vespera_macro", version = "0.1.13" }
6+
vespera_core = { path = "crates/vespera_core", version = "0.1.14" }
7+
vespera_macro = { path = "crates/vespera_macro", version = "0.1.14" }

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