From 85a2756e4d814820663e12dcbeb93e92f9ac797a Mon Sep 17 00:00:00 2001 From: Gijs de Jong Date: Sun, 22 Feb 2026 21:38:44 +0100 Subject: [PATCH 1/2] Version 0.1.0-alpha.8 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- pixi.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 63f46bc..b9c33a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -46,7 +46,7 @@ checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" [[package]] name = "booster_sdk" -version = "0.1.0-alpha.7" +version = "0.1.0-alpha.8" dependencies = [ "rustdds", "serde", @@ -61,7 +61,7 @@ dependencies = [ [[package]] name = "booster_sdk_py" -version = "0.1.0-alpha.7" +version = "0.1.0-alpha.8" dependencies = [ "booster_sdk", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index fc8d7f0..e09eafc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["booster_sdk", "booster_sdk_py"] resolver = "2" [workspace.package] -version = "0.1.0-alpha.7" +version = "0.1.0-alpha.8" edition = "2024" authors = ["Team whIRLwind"] license = "MIT OR Apache-2.0" diff --git a/pixi.toml b/pixi.toml index 9450f03..81aa884 100644 --- a/pixi.toml +++ b/pixi.toml @@ -3,7 +3,7 @@ authors = ["Team whIRLwind"] channels = ["conda-forge"] name = "booster-sdk" platforms = ["osx-arm64", "linux-64", "linux-aarch64"] -version = "0.1.0-alpha.7" +version = "0.1.0-alpha.8" [environments] py = ["wheel-build", "python-tasks"] From 2d858eb3f0180af475361e95e6d505820340a89a Mon Sep 17 00:00:00 2001 From: Gijs de Jong Date: Mon, 23 Feb 2026 08:41:42 +0100 Subject: [PATCH 2/2] fixup metadata --- Cargo.toml | 3 ++- booster_sdk/Cargo.toml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e09eafc..717cbdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,8 @@ version = "0.1.0-alpha.8" edition = "2024" authors = ["Team whIRLwind"] license = "MIT OR Apache-2.0" -repository = "https://github.com/IntelligentRobotics/booster_sdk" +repository = "https://github.com/IntelligentRoboticsLab/booster_sdk" +readme = "README.md" [workspace.lints.rust] # TODO: re-enable this once we have docs for everything diff --git a/booster_sdk/Cargo.toml b/booster_sdk/Cargo.toml index 914a8c4..be3d5e3 100644 --- a/booster_sdk/Cargo.toml +++ b/booster_sdk/Cargo.toml @@ -6,6 +6,7 @@ edition.workspace = true authors.workspace = true license.workspace = true repository.workspace = true +readme.workspace = true [dependencies] tokio = { workspace = true }