Skip to content

Commit 2edbcd7

Browse files
chore: Bump version to 1.6.1
1 parent 1f753fc commit 2edbcd7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["zenoh-plugin-remote-api", "zenoh-bridge-remote-api", "zenoh-keyexpr-
33
resolver = "1"
44

55
[workspace.package]
6-
version = "1.5.1"
6+
version = "1.6.1"
77
repository = "https://github.com/eclipse-zenoh/zenoh-ts"
88
homepage = "http://zenoh.io"
99
authors = ["Charles Schleich <charles.schleich@zettascale.tech>"]
@@ -44,7 +44,7 @@ zenoh-plugin-trait = { git = "https://github.com/eclipse-zenoh/zenoh.git", branc
4444
zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.5.1" }
4545
zenoh-result = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.5.1" }
4646
zenoh-keyexpr = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.5.1" }
47-
zenoh-plugin-remote-api = { path = "zenoh-plugin-remote-api", version = "1.5.1" }
47+
zenoh-plugin-remote-api = { path = "zenoh-plugin-remote-api", version = "1.6.1" }
4848

4949
uuid = { version = "1.17.0", default-features = false, features = [
5050
"v4",
@@ -54,7 +54,7 @@ uhlc = { version = "0.8.0", default-features = false } # Default features are di
5454
cargo-run-bin = "1.7.4"
5555

5656
[workspace.metadata.bin]
57-
zenohd = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.5.1" }
57+
zenohd = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.6.1" }
5858

5959
[profile.release.package.zenoh-keyexpr-wasm]
6060
# Tell `rustc` to optimize for small code size for wasm project

zenoh-plugin-remote-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[package]
1515
rust-version = "1.75.0"
1616
name = "zenoh-plugin-remote-api"
17-
version = "1.5.1"
17+
version = "1.6.1"
1818
repository = "https://github.com/eclipse-zenoh/zenoh-ts"
1919
homepage = "http://zenoh.io"
2020
authors = [

zenoh-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-zenoh/zenoh-ts",
3-
"version": "1.5.1",
3+
"version": "1.6.1",
44
"license": "(Apache-2.0 OR EPL-2.0)",
55
"type": "module",
66
"description": "Zenoh: The Zero Overhead Pub/Sub/Query Protocol",

0 commit comments

Comments
 (0)