Skip to content

Commit ab1e887

Browse files
committed
Release 'sdk/v0.19.0'
1 parent 4acb76c commit ab1e887

5 files changed

Lines changed: 30 additions & 30 deletions

File tree

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
@@ -17,7 +17,7 @@ exclude = [
1717
]
1818

1919
[workspace.package]
20-
version = "0.18.0"
20+
version = "0.19.0"
2121
edition = "2024"
2222
rust-version = "1.85.0"
2323
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.18.0"
1+
SDK_VERSION = "0.19.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SDK_VERSION = "0.18.0"
1+
SDK_VERSION = "0.19.0"

rust/foxglove/Cargo.toml

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

0 commit comments

Comments
 (0)