From 0bf995bf2ce4b87d3fab476f7434cd604488d8ee Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot Date: Mon, 7 Sep 2026 15:04:35 +0000 Subject: [PATCH 1/2] chore: Bump version to `1.10.1` --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index ed21137e..e33692ab 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.10.0 \ No newline at end of file +1.10.1 \ No newline at end of file From 939be72c1f3e42caf0bcd5a0c78b5c751b1f5fcc Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot Date: Mon, 7 Sep 2026 15:04:35 +0000 Subject: [PATCH 2/2] chore: Build against zenoh-flat-jni `1.10.1` --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9fb06a22..4391cd89 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.10.0 +zenohFlatJniVersion=1.10.1 # 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.