From 4873ff1acdfa68c0e41cbdc9c18b5836767b8b60 Mon Sep 17 00:00:00 2001 From: Dylan Gallagher <76841713+Dylan-Gallagher@users.noreply.github.com> Date: Mon, 17 Aug 2026 18:33:45 +0100 Subject: [PATCH] Prepare v0.3.0 release Signed-off-by: Dylan Gallagher <76841713+Dylan-Gallagher@users.noreply.github.com> --- CITATION.cff | 2 +- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 567fa5d..fb53a2e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,5 +8,5 @@ authors: repository-code: "https://github.com/Dylan-Gallagher/arm-lab" url: "https://github.com/Dylan-Gallagher/arm-lab" license: Apache-2.0 -version: "0.2.0" +version: "0.3.0" date-released: "2026-08-17" diff --git a/Cargo.lock b/Cargo.lock index dd7ad3f..aa46ac0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -298,7 +298,7 @@ dependencies = [ [[package]] name = "arm-lab" -version = "0.2.0" +version = "0.3.0" dependencies = [ "k", "mujoco-rs", @@ -308,7 +308,7 @@ dependencies = [ [[package]] name = "arm-lab-demo" -version = "0.2.0" +version = "0.3.0" dependencies = [ "arm-lab", "mujoco-rs", diff --git a/Cargo.toml b/Cargo.toml index cf2d1b1..a71cef9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ ] [workspace.package] -version = "0.2.0" +version = "0.3.0" edition = "2024" license = "Apache-2.0" repository = "https://github.com/Dylan-Gallagher/arm-lab"