From e11dc0ab46ba4b04cd02f9aeb8d47e91e9966982 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 00:14:06 +0000 Subject: [PATCH] chore(main): release 0.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index af55ef0..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6684074..e710f0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.3.0](https://github.com/enddzone/servestead/compare/v0.2.1...v0.3.0) (2026-07-09) + + +### Features + +* Add secrets management and GitHub token command support ([#33](https://github.com/enddzone/servestead/issues/33)) ([fec9131](https://github.com/enddzone/servestead/commit/fec9131b69a211d48849d8edfd2e57a2840bdaa1)) +* Implement redesigned Servestead web UI - part 1 ([#41](https://github.com/enddzone/servestead/issues/41)) ([7529fb9](https://github.com/enddzone/servestead/commit/7529fb9ef8e3a305ab4b33b6243db5811c8f0511)) +* implement Servestead web phase 2 ([#39](https://github.com/enddzone/servestead/issues/39)) ([fd9c780](https://github.com/enddzone/servestead/commit/fd9c780f529ea256bef651bdf88af1cd55ba51c7)) +* Integrate OpenWiki for repo documentation ([#43](https://github.com/enddzone/servestead/issues/43)) ([7e5ff75](https://github.com/enddzone/servestead/commit/7e5ff75831561cd0273cc0699c3077c21a22595a)) + + +### Bug Fixes + +* add phased servestead web plan and setup coverage ([#38](https://github.com/enddzone/servestead/issues/38)) ([6cfd1cd](https://github.com/enddzone/servestead/commit/6cfd1cd06ae4912ac69caeee563fb8e933996f7d)) + ## [0.2.1](https://github.com/enddzone/servestead/compare/v0.2.0...v0.2.1) (2026-07-01)