Skip to content

Commit edcee46

Browse files
committed
Release 'sdk/v0.16.6'
1 parent 545aa22 commit edcee46

5 files changed

Lines changed: 27 additions & 27 deletions

File tree

Cargo.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exclude = [
1515
]
1616

1717
[workspace.package]
18-
version = "0.16.5"
18+
version = "0.16.6"
1919
edition = "2021"
2020
rust-version = "1.83.0"
2121
repository = "https://github.com/foxglove/foxglove-sdk"

cpp/foxglove/docs/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SDK_VERSION = "0.16.5"
1+
SDK_VERSION = "0.16.6"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SDK_VERSION = "0.16.5"
1+
SDK_VERSION = "0.16.6"

rust/foxglove/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ bytes.workspace = true
5757
chrono = { version = "0.4.39", optional = true }
5858
delegate = "0.13.2"
5959
flume = { version = "0.11.1", optional = true }
60-
foxglove_derive = { version = "0.16.5", path = "../foxglove_derive", optional = true }
60+
foxglove_derive = { version = "0.16.6", path = "../foxglove_derive", optional = true }
6161
futures = { version = "0.3.31", optional = true }
6262
futures-util = { version = "0.3.31", features = ["sink", "std"], optional = true }
6363
mcap.workspace = true

0 commit comments

Comments
 (0)