From caeec013346c3ac53b2dba155d9a00eb27620702 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 16:10:24 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md 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 new file mode 100644 index 0000000..195b311 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## 1.0.0 (2026-07-11) + + +### Features + +* global AI issue templates ([a0a6c23](https://github.com/Coding-Autopilot-System/.github/commit/a0a6c236d12e2545b8d00a7210af9849fc51fdf8)) + + +### Bug Fixes + +* **pr-template:** resolve F-04 audit finding ([#8](https://github.com/Coding-Autopilot-System/.github/issues/8)) ([da14eff](https://github.com/Coding-Autopilot-System/.github/commit/da14eff1b1a2d69cebfa57d8ca4c3414a3f65fc1)) +* **release:** pin reusable workflow to published commit ([#18](https://github.com/Coding-Autopilot-System/.github/issues/18)) ([b6d028e](https://github.com/Coding-Autopilot-System/.github/commit/b6d028e52aea57cc14accfc2affa328e9790cc9a))