Skip to content

Commit 6fd317a

Browse files
author
changepacks
committed
Update Versions
1 parent 3b154c9 commit 6fd317a

5 files changed

Lines changed: 7 additions & 9 deletions

File tree

‎.changepacks/changepack_log_export-app-prefix.json‎

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

‎.changepacks/changepack_log_schema-merge-collision.json‎

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

‎Cargo.toml‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ exclude = ["examples/java-jni-demo"]
99
default-members = ["crates/*", "examples/*"]
1010

1111
[workspace.package]
12-
version = "0.3.1"
12+
version = "0.4.0"
1313
edition = "2024"
1414
license = "Apache-2.0"
1515
repository = "https://github.com/dev-five-git/vespera"
@@ -44,10 +44,10 @@ lto = "fat"
4444
codegen-units = 1
4545

4646
[workspace.dependencies]
47-
vespera_core = { path = "crates/vespera_core", version = "0.3.1" }
48-
vespera_macro = { path = "crates/vespera_macro", version = "0.3.1" }
49-
vespera_inprocess = { path = "crates/vespera_inprocess", version = "0.3.1" }
50-
vespera_jni = { path = "crates/vespera_jni", version = "0.3.1" }
47+
vespera_core = { path = "crates/vespera_core", version = "0.4.0" }
48+
vespera_macro = { path = "crates/vespera_macro", version = "0.4.0" }
49+
vespera_inprocess = { path = "crates/vespera_inprocess", version = "0.4.0" }
50+
vespera_jni = { path = "crates/vespera_jni", version = "0.4.0" }
5151
# Runtime validator backend. Held behind the `validation` feature on
5252
# the `vespera` crate; users never name it directly — the proc-macro
5353
# emits paths via `::vespera::__validation::garde::...`.

‎libs/vespera-bridge-gradle-plugin/build.gradle.kts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tasks.named("publishPlugins") {
2727
}
2828

2929
group = "kr.devfive"
30-
version = "0.3.1"
30+
version = "0.4.0"
3131

3232
java {
3333
toolchain {

‎libs/vespera-bridge/build.gradle.kts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "kr.devfive"
8-
version = "0.3.1"
8+
version = "0.4.0"
99

1010
java {
1111
toolchain {

0 commit comments

Comments
 (0)