Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .changepacks/changepack_log_openapi-3-1-schema-output.json

This file was deleted.

1 change: 0 additions & 1 deletion .changepacks/changepack_log_release-0-2-0-bridge.json

This file was deleted.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exclude = ["examples/java-jni-demo"]
default-members = ["crates/*", "examples/*"]

[workspace.package]
version = "0.2.0"
version = "0.3.0"
edition = "2024"
license = "Apache-2.0"
repository = "https://github.com/dev-five-git/vespera"
Expand Down Expand Up @@ -44,10 +44,10 @@ lto = "fat"
codegen-units = 1

[workspace.dependencies]
vespera_core = { path = "crates/vespera_core", version = "0.2.0" }
vespera_macro = { path = "crates/vespera_macro", version = "0.2.0" }
vespera_inprocess = { path = "crates/vespera_inprocess", version = "0.2.0" }
vespera_jni = { path = "crates/vespera_jni", version = "0.2.0" }
vespera_core = { path = "crates/vespera_core", version = "0.3.0" }
vespera_macro = { path = "crates/vespera_macro", version = "0.3.0" }
vespera_inprocess = { path = "crates/vespera_inprocess", version = "0.3.0" }
vespera_jni = { path = "crates/vespera_jni", version = "0.3.0" }
# Runtime validator backend. Held behind the `validation` feature on
# the `vespera` crate; users never name it directly — the proc-macro
# emits paths via `::vespera::__validation::garde::...`.
Expand Down
2 changes: 1 addition & 1 deletion libs/vespera-bridge-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "kr.devfive"
version = "0.1.1"
version = "0.2.0"

java {
toolchain {
Expand Down
2 changes: 1 addition & 1 deletion libs/vespera-bridge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "kr.devfive"
version = "0.2.0"
version = "0.3.0"

java {
toolchain {
Expand Down
Loading