diff --git a/CHANGELOG.md b/CHANGELOG.md index df89c88d..d9912578 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.7.2](https://github.com/microsoft/physical-ai-toolchain/compare/v0.7.1...v0.7.2) (2026-04-09) + + +### 🔒 Security + +* **deps:** bump the dataviewer-dependencies group in /data-management/viewer with 13 updates ([#405](https://github.com/microsoft/physical-ai-toolchain/issues/405)) ([fb7b4a4](https://github.com/microsoft/physical-ai-toolchain/commit/fb7b4a4f0af826ab94c155e22921d55e94af469b)) + ## [0.7.1](https://github.com/microsoft/physical-ai-toolchain/compare/v0.7.0...v0.7.1) (2026-04-09) diff --git a/package-lock.json b/package-lock.json index 2946daac..da52b99e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "physical-ai-toolchain", - "version": "0.7.1", + "version": "0.7.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "physical-ai-toolchain", - "version": "0.7.1", + "version": "0.7.2", "license": "MIT", "devDependencies": { "cspell": "10.0.0", diff --git a/package.json b/package.json index 5becddae..109a4fe8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "physical-ai-toolchain", - "version": "0.7.1", + "version": "0.7.2", "private": true, "engines": { "node": ">=24" diff --git a/pyproject.toml b/pyproject.toml index d13b47a8..2c2b0f30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "physical-ai-toolchain" -version = "0.7.1" +version = "0.7.2" 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 13708fa5..ca1c614f 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.1" + ".": "0.7.2" } diff --git a/uv.lock b/uv.lock index 3cbe0f94..50026e75 100644 --- a/uv.lock +++ b/uv.lock @@ -1795,7 +1795,7 @@ wheels = [ [[package]] name = "physical-ai-toolchain" -version = "0.7.1" +version = "0.7.2" source = { virtual = "." } [package.dev-dependencies]