From 9c02e00736a93dde467ebb134f93077013c8bee4 Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Sat, 8 Aug 2026 16:59:11 +0000 Subject: [PATCH] chore(release): v0.28.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump to v0.28.0, releasing the rename of `ticker` to `stocks` (#324). Breaking, and the first release in this series that is: `moshcode ticker` and `/ticker` no longer dispatch. The verb is `moshcode stocks` / `/stocks`, and `advisor` remains an alias. Minor rather than major because the project is pre-1.0, where a minor is the conventional place for a breaking change — and because the break is one verb, one release old, that answers with where it went rather than a bare "unknown command". `ticker@moshcode` keeps its plugin id and installs unchanged; its command is now `/stocks`, which existing installs pick up on the next plugin update. The rename is what makes the release necessary rather than optional: install.sh serves the latest release tarball, so until a release carries it every installed binary still answers to `ticker` and not to `stocks`. 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 32b4b8d..db797b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "moshcode", - "version": "0.27.0", + "version": "0.28.0", "type": "module", "description": "moshcode — a metal wrapper for coding engines and native UGig/CoinPay workflow CLIs, with OpenPRD and moshscript", "repository": {