From f8cf1688748a981bbe885021105c0f14d11d535a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 20:26:27 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee07..37fcefa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c06919..a443e31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). +## 1.0.0 (2026-05-27) + + +### Features + +* **.claude, app:** add PM agents, commands, skills + Next.js AI tutor scaffold ([1f2c1b4](https://github.com/AzureLocal/azurelocal-training/commit/1f2c1b4a793ec2ca7e93d8ca53a473b0337648dc)) +* add correctly named icon SVG, banner SVG, and update docs home page ([12e26c0](https://github.com/AzureLocal/azurelocal-training/commit/12e26c07a4b6cde49ffff1b6db99907d6cfa82eb)) +* configure training.azurelocal.cloud custom domain ([62bb77c](https://github.com/AzureLocal/azurelocal-training/commit/62bb77cd80d5779d3373ce2d6bb4575d0008e728)) +* **curriculum:** reorganize to 21-module / 5-track framework ([a31290e](https://github.com/AzureLocal/azurelocal-training/commit/a31290e6dde000af8af6f1864e465de3ffd66528)) +* **docs:** scaffold 20-module curriculum framework ([1795126](https://github.com/AzureLocal/azurelocal-training/commit/17951263e2a00c1619aa4c884971de30246c9989)) +* initial repo setup with MkDocs and GitHub Actions ([328a8e1](https://github.com/AzureLocal/azurelocal-training/commit/328a8e1dba62b018da62d2ff4c8fb4d4539539df)) +* populate training home page with full module content ([986433b](https://github.com/AzureLocal/azurelocal-training/commit/986433b4af7fe3bbd9c8fb7cd15b3ff92c87e05a)) + + +### Bug Fixes + +* add reopened trigger to add-to-project workflow ([9154ce8](https://github.com/AzureLocal/azurelocal-training/commit/9154ce89dfed67e02498e062f46dfb6f2a9f49b7)) +* **curriculum:** rescope Modules 07/08 to azurelocal.cloud implementation guide ([9a1ecb1](https://github.com/AzureLocal/azurelocal-training/commit/9a1ecb1707e3c38680f6a67660971a41419805f6)) +* **docs:** replace relative-up links with absolute GitHub URLs for mkdocs --strict ([8505322](https://github.com/AzureLocal/azurelocal-training/commit/8505322d732673af0c240338ab8a0391720c2fd0)) +* remove broken links from index page (content coming soon) ([2480e83](https://github.com/AzureLocal/azurelocal-training/commit/2480e83ab587c3da586e19c559040df510ae3024)) +* remove invalid sitemap plugin, move gtag to preset options ([8421905](https://github.com/AzureLocal/azurelocal-training/commit/84219055255a74e64d6e8f5dce6e23a934ace5f6)) +* remove last broken delivery-guide.md link from index ([2730136](https://github.com/AzureLocal/azurelocal-training/commit/2730136390ae58635c39428f3e0feb5cfa021d70)) + ## [Unreleased] ### Features