From 404c53500da4091757e88a64b68be331a80fbcbf Mon Sep 17 00:00:00 2001 From: changepacks Date: Wed, 1 Apr 2026 14:35:48 +0000 Subject: [PATCH] Update Versions --- .changepacks/changepack_log_FHWJJPPxJTLxVPGXE7Tf3.json | 1 - Cargo.toml | 10 +++++----- libs/vespera-bridge/build.gradle.kts | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 .changepacks/changepack_log_FHWJJPPxJTLxVPGXE7Tf3.json diff --git a/.changepacks/changepack_log_FHWJJPPxJTLxVPGXE7Tf3.json b/.changepacks/changepack_log_FHWJJPPxJTLxVPGXE7Tf3.json deleted file mode 100644 index 84a3c50..0000000 --- a/.changepacks/changepack_log_FHWJJPPxJTLxVPGXE7Tf3.json +++ /dev/null @@ -1 +0,0 @@ -{"changes":{"Cargo.toml":"Patch"},"note":"Fix schema_type has_one","date":"2026-04-01T14:13:09.811093500Z"} \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 6f9f052..9da9ff6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,17 +4,17 @@ members = ["crates/*", "examples/*"] exclude = ["examples/java-jni-demo"] [workspace.package] -version = "0.1.47" +version = "0.1.48" edition = "2024" license = "Apache-2.0" repository = "https://github.com/dev-five-git/vespera" readme = "README.md" [workspace.dependencies] -vespera_core = { path = "crates/vespera_core", version = "0.1.47" } -vespera_macro = { path = "crates/vespera_macro", version = "0.1.47" } -vespera_inprocess = { path = "crates/vespera_inprocess", version = "0.1.47" } -vespera_jni = { path = "crates/vespera_jni", version = "0.1.47" } +vespera_core = { path = "crates/vespera_core", version = "0.1.48" } +vespera_macro = { path = "crates/vespera_macro", version = "0.1.48" } +vespera_inprocess = { path = "crates/vespera_inprocess", version = "0.1.48" } +vespera_jni = { path = "crates/vespera_jni", version = "0.1.48" } [workspace.lints.clippy] all = { level = "warn", priority = -1 } diff --git a/libs/vespera-bridge/build.gradle.kts b/libs/vespera-bridge/build.gradle.kts index 777bb40..c51097e 100644 --- a/libs/vespera-bridge/build.gradle.kts +++ b/libs/vespera-bridge/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "kr.devfive" -version = "0.0.10" +version = "0.0.11" java { toolchain {