Skip to content

Commit

Permalink
Release 'sdk/v0.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
foxglovebot committed Feb 12, 2025
1 parent d5391f3 commit 9fa90c5
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/foxglove-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "foxglove-sdk-python"
version = "0.1.2"
version = "0.2.0"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion rust/examples-unstable/client-publish/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "example-client-publish"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion rust/examples-unstable/param-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "example-param-server"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion rust/examples-unstable/ws-stream-mcap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "example-ws-stream-mcap"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion rust/examples/mcap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "example-mcap"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion rust/examples/ws-server-blocking/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "example-ws-server-blocking"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion rust/examples/ws-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "example-ws-server"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion rust/foxglove/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "foxglove"
version = "0.1.2"
version = "0.2.0"
description = "Foxglove SDK"
edition = "2021"
repository = "https://github.com/foxglove/foxglove-sdk"
Expand Down

0 comments on commit 9fa90c5

Please sign in to comment.