From 323f7d8936116122fd3e0a863fec8fa1240270b0 Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Sat, 8 Aug 2026 17:30:44 +0000 Subject: [PATCH] chore(release): v0.29.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump to v0.29.0, releasing the rename of the `ticker` plugin to `stocks` (#326). Breaking, and the second in a row: `ticker@moshcode` is no longer published. The plugin is `stocks@moshcode`, shipping the same six commands. v0.28.0 renamed the verb and left the plugin id alone on purpose, to spare existing installs a migration. That left `ticker@moshcode` serving a command called `/stocks`, so this finishes the job — one migration now instead of an explanation forever. Anyone who installed the old plugin needs both halves, because engines install plugins side by side rather than over each other: moshcode plugin remove ticker moshcode plugin install stocks `plugin remove ticker` keeps working for exactly that reason, even though `plugin install ticker` now refuses and points at the new id. The README migration note added in #326 names this version, so it is accurate as of this commit and not before. Co-Authored-By: Claude Opus 5 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db797b1..d02ecc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "moshcode", - "version": "0.28.0", + "version": "0.29.0", "type": "module", "description": "moshcode — a metal wrapper for coding engines and native UGig/CoinPay workflow CLIs, with OpenPRD and moshscript", "repository": {