From e24efd519702bbcd8ef02627330e491c2cf6325a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 04:32:33 +0000 Subject: [PATCH] chore(main): release azurelocal-platform 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c96b56..3e9fb67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,28 @@ All notable changes to `AzureLocal/platform` are documented here. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.0](https://github.com/AzureLocal/platform/compare/azurelocal-platform-v0.1.0...azurelocal-platform-v0.2.0) (2026-04-14) + + +### Features + +* **maproom:** Phase 2 — AzureLocal.Maproom module, IIC canon, fixture schema, TRAILHEAD harness ([1812e89](https://github.com/AzureLocal/platform/commit/1812e893576a04983a9058a2a10793d0c8c32cd6)) +* **platform:** Phase 3-5 rollout — reusable workflows, org automation, templates ([3e15006](https://github.com/AzureLocal/platform/commit/3e15006655e24a3c307f70892833af663cc2e484)) +* **testing:** Add BLUEPRINT toolset — IaC pre-deploy assertion ([3bf44e0](https://github.com/AzureLocal/platform/commit/3bf44e0d67194a1bd6f57133f95da4a091dccb7f)) +* **testing:** Classification rubric ADR + repo survey — closes [#3](https://github.com/AzureLocal/platform/issues/3) ([a6f4aeb](https://github.com/AzureLocal/platform/commit/a6f4aeb4228983a1e7dafa27447a6d965a23d593)) + + +### Bug Fixes + +* **docs:** Consolidate top nav 13 → 7 — group testing toolsets ([a551182](https://github.com/AzureLocal/platform/commit/a55118255aede40113b22d777e19048bc74edb5e)) +* **docs:** Pin pygments==2.17.2 — unblock deploy-docs ([aedb256](https://github.com/AzureLocal/platform/commit/aedb2560b4081287587e73a2f1ea43448a1c387a)) +* **docs:** Remove future-toolsets page — track toolsets as issues instead ([b7a2766](https://github.com/AzureLocal/platform/commit/b7a27662c27a48bec6355f1c403161b27d5fe8ae)) +* **docs:** Rename docs/templates/ → docs/scaffolds/ — mkdocs reserved name ([b214c2f](https://github.com/AzureLocal/platform/commit/b214c2f637e246d91ad4e0e17efa12c65f8e4d1f)) +* **lint:** Fix broken relative links in standards docs ([9ccdf1a](https://github.com/AzureLocal/platform/commit/9ccdf1a6e37319323152436dc89d3e8fcbdcbf34)) +* **lint:** Remaining MD032 in variables.md + MkDocs fetch-depth ([8670899](https://github.com/AzureLocal/platform/commit/867089993008e9ca4e4eb1970597c5d0df3d4e15)) +* **lint:** Trailing newlines, code fence languages, list spacing in standards docs ([db5a1e6](https://github.com/AzureLocal/platform/commit/db5a1e680fc43bbd3037d085bcd2684d1496e381)) +* **structure:** Move standards/ into docs/standards/ — all docs under /docs ([#7](https://github.com/AzureLocal/platform/issues/7)) ([7f5dcff](https://github.com/AzureLocal/platform/commit/7f5dcff6012debeb2a4739feadcba4245aeec925)), closes [#6](https://github.com/AzureLocal/platform/issues/6) + ## [0.1.0](https://github.com/AzureLocal/platform/compare/azurelocal-platform-v0.0.2...azurelocal-platform-v0.1.0) (2026-04-12)