From 8d5dac5b9bf666d874966e9e4c1e8a927cc385d5 Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot Date: Mon, 17 Aug 2026 09:08:08 +0000 Subject: [PATCH 1/2] chore: Bump version to `1.10.0` --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index abb16582..ed21137e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.9.0 \ No newline at end of file +1.10.0 \ No newline at end of file From 3b20cf625528c755403ce3ad4f2510fd33663a5c Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot Date: Mon, 17 Aug 2026 09:08:08 +0000 Subject: [PATCH 2/2] chore: Build against zenoh-flat-jni `1.10.0` --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 24bcd088..9fb06a22 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true # job that publishes this SDK's snapshot. That is what makes a snapshot # self-sufficient: its dependency exists, and is the code it compiled against, # whether or not zenoh-flat-jni's CI has ever run. See CI.md. -zenohFlatJniVersion=1.9.0-java-SNAPSHOT +zenohFlatJniVersion=1.10.0 # Build zenoh-flat-jni from source, as Cargo.toml says, instead of resolving the # published artifact. See README.md. Never enable this for a release.