From 46c290e4236fd40027a35c855b274d4da9c86122 Mon Sep 17 00:00:00 2001 From: Dylan Gallagher <76841713+Dylan-Gallagher@users.noreply.github.com> Date: Mon, 17 Aug 2026 06:53:37 +0100 Subject: [PATCH] Prepare v0.2.0 evidence release Signed-off-by: Dylan Gallagher <76841713+Dylan-Gallagher@users.noreply.github.com> --- CITATION.cff | 4 ++-- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index af190ba..567fa5d 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.1.0 -date-released: 2026-08-16 +version: "0.2.0" +date-released: "2026-08-17" diff --git a/Cargo.lock b/Cargo.lock index 3c630d5..dd7ad3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -298,7 +298,7 @@ dependencies = [ [[package]] name = "arm-lab" -version = "0.1.0" +version = "0.2.0" dependencies = [ "k", "mujoco-rs", @@ -308,7 +308,7 @@ dependencies = [ [[package]] name = "arm-lab-demo" -version = "0.1.0" +version = "0.2.0" dependencies = [ "arm-lab", "mujoco-rs", diff --git a/Cargo.toml b/Cargo.toml index 9060a67..cf2d1b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ ] [workspace.package] -version = "0.1.0" +version = "0.2.0" edition = "2024" license = "Apache-2.0" repository = "https://github.com/Dylan-Gallagher/arm-lab"