From 4fda900008d667e807602d963c46596c123c9e14 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 19:46:35 +0000 Subject: [PATCH] chore(main): release 0.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1c1e58..bcd0522 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5702c8e..866b67e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://github.com/macarchy/macarchy-core/compare/v0.5.0...v0.6.0) (2026-09-05) + + +### Features + +* **agents:** a Claude Code status line that follows the Omarchy theme ([#16](https://github.com/macarchy/macarchy-core/issues/16)) ([4d50566](https://github.com/macarchy/macarchy-core/commit/4d50566ea56991c5601c92fefc1bf3b8cf43d340)) + ## [0.5.0](https://github.com/macarchy/macarchy-core/compare/v0.4.1...v0.5.0) (2026-09-04)