From 6f9923ef8f789b18eec5ed2b1ac2d1c9ca95d447 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 23:55:05 +0000 Subject: [PATCH] chore(main): release 0.4.0 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 84d6477..f2640be 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.14" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a773c9a..37631e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.4.0](https://github.com/musher-dev/musher-cli/compare/v0.3.14...v0.4.0) (2026-08-05) + + +### ⚠ BREAKING CHANGES + +* all bundle and hub commands are removed, along with the cache, search, load, run, and history commands. `musher auth status` no longer reports publisher namespaces; it reports the credential's organization. The oci.registry_url and harness.scrollback_lines config keys are retired. Exit code 7 (ExitHarness) is retired and will not be reassigned. + +### Features + +* **deploy:** add the deployment golden path, transport core, and SSE client ([328d9bd](https://github.com/musher-dev/musher-cli/commit/328d9bd4ca871bdb5b82d5b701190929c449bbb6)) +* rebuild as a deployment CLI, remove the bundle/hub surface ([94ae1cf](https://github.com/musher-dev/musher-cli/commit/94ae1cffab4c0468eaa9f9c493e447b48c4fc5de)) + + +### Bug Fixes + +* **test:** skip the Unix-only permission assertion on Windows ([3d6d29c](https://github.com/musher-dev/musher-cli/commit/3d6d29c1f1df0b4aeaa5d6eba1426b793a5e2a8e)) + ## [0.3.14](https://github.com/musher-dev/musher-cli/compare/v0.3.13...v0.3.14) (2026-04-09)