Skip to content

Commit 759bdc4

Browse files
committed
Release 'sdk/v0.20.0'
1 parent 7e35af5 commit 759bdc4

File tree

5 files changed

+30
-30
lines changed

5 files changed

+30
-30
lines changed

Cargo.lock

Lines changed: 26 additions & 26 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 @@ members = [
1515
exclude = ["rust/examples/rgb_camera_visualization"]
1616

1717
[workspace.package]
18-
version = "0.19.0"
18+
version = "0.20.0"
1919
edition = "2024"
2020
rust-version = "1.85.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.19.0"
1+
SDK_VERSION = "0.20.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SDK_VERSION = "0.19.0"
1+
SDK_VERSION = "0.20.0"

rust/foxglove/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ chrono = { workspace = true, optional = true }
6969
delegate = "0.13.2"
7070
flume = { version = "0.11.1", optional = true }
7171
indexmap = "2"
72-
foxglove_derive = { version = "0.19.0", path = "../foxglove_derive", optional = true }
72+
foxglove_derive = { version = "0.20.0", path = "../foxglove_derive", optional = true }
7373
futures = { version = "0.3.31", optional = true }
7474
futures-util = { version = "0.3.31", features = ["sink", "std"], optional = true }
7575
livekit = { version = "0.7.29", optional = true, features = ["rustls-tls-native-roots"] }

0 commit comments

Comments
 (0)