From 55762912465ff226cb7e5281386277b38b5af375 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 17:18:28 +0000 Subject: [PATCH] chore(main): release 0.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0967ef4..b881a39 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{} +{".":"0.1.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aaac2a..c07015e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ # Changelog +## 0.1.0 (2026-07-29) + + +### Features + +* **cli:** add secure clamshell control foundation ([#11](https://github.com/LMLiam/clamshellctl/issues/11)) ([b019e1b](https://github.com/LMLiam/clamshellctl/commit/b019e1bef18a9294090da25037b0ba774ede9cba)) + + +### Fixes + +* **release:** start at version 0.1.0 ([#14](https://github.com/LMLiam/clamshellctl/issues/14)) ([ae17621](https://github.com/LMLiam/clamshellctl/commit/ae17621f2ab06ae004f4dee0876790cb6fa12ed1)) + + +### Documentation + +* **design:** add Control Centre companion ([7e59069](https://github.com/LMLiam/clamshellctl/commit/7e590690663cf60a4139683f389daa2d83f13f53)) +* **design:** align control execution boundary ([63f4d6a](https://github.com/LMLiam/clamshellctl/commit/63f4d6ad943d0c00ee91743728502ea4754469b8)) +* **design:** define clamshellctl architecture ([8d4a1da](https://github.com/LMLiam/clamshellctl/commit/8d4a1dacbe7ad608ac3c185a3418cb89e99a095f)) +* **plan:** add companion app delivery ([85b9eaf](https://github.com/LMLiam/clamshellctl/commit/85b9eaf3ef301455a36f8fd763eae8631f040312)) +* **plan:** define clamshellctl implementation ([23ee89d](https://github.com/LMLiam/clamshellctl/commit/23ee89d707c4191bb61b90293a5a23a0af44fbd6)) +* **project:** add public repository foundation ([075ee59](https://github.com/LMLiam/clamshellctl/commit/075ee595110c683ece57c005cb4aa2e469fbc403)) + +## Changelog + Notable changes to `clamshellctl` are recorded here by release-please.