From 2572e8374a4521f5888efdfe65a1cc037ff3cd34 Mon Sep 17 00:00:00 2001 From: "physical-ai-toolchain-release[bot]" <267194360+physical-ai-toolchain-release[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 19:36:42 +0000 Subject: [PATCH 1/2] chore(main): release 0.6.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- pyproject.toml | 2 +- release-please-manifest.json | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9b447e1..cd019694 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 > **Note:** This file is automatically maintained by [release-please](https://github.com/googleapis/release-please). Do not edit manually. +## [0.6.1](https://github.com/microsoft/physical-ai-toolchain/compare/v0.6.0...v0.6.1) (2026-04-08) + + +### 📦 Build System + +* **build:** upgrade to Node 24 and bump npm devDependencies ([#414](https://github.com/microsoft/physical-ai-toolchain/issues/414)) ([e46ddcd](https://github.com/microsoft/physical-ai-toolchain/commit/e46ddcd8408de65166a2b0ab4e972cfa10556577)) + ## [0.6.0](https://github.com/microsoft/physical-ai-toolchain/compare/v0.5.0...v0.6.0) (2026-04-08) diff --git a/package-lock.json b/package-lock.json index 5e38ad1d..434fed8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "physical-ai-toolchain", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "physical-ai-toolchain", - "version": "0.6.0", + "version": "0.6.1", "license": "MIT", "devDependencies": { "cspell": "10.0.0", diff --git a/package.json b/package.json index b4faead5..e2e75507 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "physical-ai-toolchain", - "version": "0.6.0", + "version": "0.6.1", "private": true, "engines": { "node": ">=24" diff --git a/pyproject.toml b/pyproject.toml index b9a1865f..e2473966 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "physical-ai-toolchain" -version = "0.6.0" +version = "0.6.1" description = "Physical AI Toolchain for Isaac Lab training" readme = "README.md" requires-python = ">=3.11" diff --git a/release-please-manifest.json b/release-please-manifest.json index bcd05228..5d02000a 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.6.1" } From 84ffd1b0da5088ab2fd3258670e806343178f6fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 19:36:52 +0000 Subject: [PATCH 2/2] chore: regenerate uv.lock --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index 79daa018..2c924d72 100644 --- a/uv.lock +++ b/uv.lock @@ -1784,7 +1784,7 @@ wheels = [ [[package]] name = "physical-ai-toolchain" -version = "0.6.0" +version = "0.6.1" source = { virtual = "." } [package.dev-dependencies]