Skip to content

Commit 8253719

Browse files
committed
Release 'sdk/v0.18.0'
1 parent 2de64d4 commit 8253719

File tree

5 files changed

+29
-29
lines changed

5 files changed

+29
-29
lines changed

Cargo.lock

Lines changed: 25 additions & 25 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
@@ -16,7 +16,7 @@ exclude = [
1616
]
1717

1818
[workspace.package]
19-
version = "0.17.2"
19+
version = "0.18.0"
2020
edition = "2021"
2121
rust-version = "1.83.0"
2222
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.17.2"
1+
SDK_VERSION = "0.18.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SDK_VERSION = "0.17.2"
1+
SDK_VERSION = "0.18.0"

rust/foxglove/Cargo.toml

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

0 commit comments

Comments
 (0)