diff --git a/CHANGELOG.md b/CHANGELOG.md index cd019694..eeea7ef6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,31 @@ 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.0](https://github.com/microsoft/physical-ai-toolchain/compare/v0.6.1...v0.7.0) (2026-04-09) + + +### ✨ Features + +* **build:** add hve-core release pipeline with dependency SBOM and signing artifacts ([#420](https://github.com/microsoft/physical-ai-toolchain/issues/420)) ([2ff839a](https://github.com/microsoft/physical-ai-toolchain/commit/2ff839a7583d0129a060316ecd3ef2fbcd9ef26d)) +* **build:** enforce strict warnings across all linters ([#392](https://github.com/microsoft/physical-ai-toolchain/issues/392)) ([b75e217](https://github.com/microsoft/physical-ai-toolchain/commit/b75e21735ed655a1c9e027193c9b5939e2eb1c18)) +* **evaluation:** add fuzz testing infrastructure and property-based tests ([#416](https://github.com/microsoft/physical-ai-toolchain/issues/416)) ([d97d42c](https://github.com/microsoft/physical-ai-toolchain/commit/d97d42cea662e825c1dd92bdbb1aa8bdb3521bc6)) +* **infrastructure:** add optional ADLS Gen2 data lake storage account ([#398](https://github.com/microsoft/physical-ai-toolchain/issues/398)) ([3bb9012](https://github.com/microsoft/physical-ai-toolchain/commit/3bb9012be9d5004404064d7b0e9a1fda783c4981)) +* **settings:** add HVE Core extension to workspace and devcontainer recommendations ([#226](https://github.com/microsoft/physical-ai-toolchain/issues/226)) ([f0735d8](https://github.com/microsoft/physical-ai-toolchain/commit/f0735d8e25a4a42dee9448351d6059609f10aef8)) + + +### 🐛 Bug Fixes + +* **docs:** fix broken links, harden Docusaurus config, and integrate CI workflow ([#430](https://github.com/microsoft/physical-ai-toolchain/issues/430)) ([ea99997](https://github.com/microsoft/physical-ai-toolchain/commit/ea9999735c8e20bb1420a540be2beb4ec48d7cbc)) +* **scripts:** join shellcheck version output before -match to populate $Matches ([#432](https://github.com/microsoft/physical-ai-toolchain/issues/432)) ([8768e76](https://github.com/microsoft/physical-ai-toolchain/commit/8768e7635db46f772e38531a0535b1f7bcf117aa)) +* **scripts:** map unmapped ShellCheck severity levels and harden version parsing ([#434](https://github.com/microsoft/physical-ai-toolchain/issues/434)) ([1e95a17](https://github.com/microsoft/physical-ai-toolchain/commit/1e95a17f7d03b8e4db752ee8758a95842918e5c0)) +* **scripts:** resolve ShellCheck SC2034 and enable source-path resolution ([#443](https://github.com/microsoft/physical-ai-toolchain/issues/443)) ([04438ea](https://github.com/microsoft/physical-ai-toolchain/commit/04438ea5aee4c1cdd5e0ba74e12241935bb02387)) + + +### 🔧 Miscellaneous + +* **deps-dev:** bump basic-ftp from 5.2.0 to 5.2.1 ([#429](https://github.com/microsoft/physical-ai-toolchain/issues/429)) ([438660a](https://github.com/microsoft/physical-ai-toolchain/commit/438660acf1dd30f56c5ac81986daad9b1585f83d)) +* **deps:** bump cryptography from 46.0.6 to 46.0.7 ([#425](https://github.com/microsoft/physical-ai-toolchain/issues/425)) ([2366647](https://github.com/microsoft/physical-ai-toolchain/commit/236664758681e6682cfa854c63619be3344058fb)) + ## [0.6.1](https://github.com/microsoft/physical-ai-toolchain/compare/v0.6.0...v0.6.1) (2026-04-08) diff --git a/package-lock.json b/package-lock.json index 654b9e06..1c6246c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "physical-ai-toolchain", - "version": "0.6.1", + "version": "0.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "physical-ai-toolchain", - "version": "0.6.1", + "version": "0.7.0", "license": "MIT", "devDependencies": { "cspell": "10.0.0", diff --git a/package.json b/package.json index 938b74a6..36307591 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "physical-ai-toolchain", - "version": "0.6.1", + "version": "0.7.0", "private": true, "engines": { "node": ">=24" diff --git a/pyproject.toml b/pyproject.toml index 43c09bcb..58dd86ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "physical-ai-toolchain" -version = "0.6.1" +version = "0.7.0" 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 5d02000a..e7ca6139 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.1" + ".": "0.7.0" } diff --git a/uv.lock b/uv.lock index 8c5b2872..d01bf0e8 100644 --- a/uv.lock +++ b/uv.lock @@ -1795,7 +1795,7 @@ wheels = [ [[package]] name = "physical-ai-toolchain" -version = "0.6.1" +version = "0.7.0" source = { virtual = "." } [package.dev-dependencies]