From b73bc08c0f4b1a3f057e4d5e98a818aff787c14b Mon Sep 17 00:00:00 2001 From: fujibee Date: Fri, 7 Aug 2026 20:59:46 -0700 Subject: [PATCH] chore(release): 1.2.0-rc.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The first prerelease this project has cut. `integration/remote` carries 430 commits main does not, so this is a minor rather than a patch, and the rc suffix keeps it off npm's `latest`: the release workflow derives dist-tag `next` and `--prerelease` from the hyphen in the version rather than from whoever pushes the tag. Not 1.1.13-rc.1 — under semver that orders *before* 1.1.13, which is already published as `latest`. VERSION, package.json and .claude-plugin/plugin.json only; `sync-version.sh --check` is the gate the release workflow runs. The version strings in CHANGELOG headings, in release.yml's dist-tags comment and in test_release_dist_tag.bats stay where they are: those record what was observed on a date, and bumping a record makes it false. --- .claude-plugin/plugin.json | 2 +- VERSION | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 56ea7f2d6..3cb99e88b 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "agmsg", "description": "Cross-agent messaging via SQLite. Send messages between CLI AI agents. No daemon, no network.", - "version": "1.1.13", + "version": "1.2.0-rc.1", "author": { "name": "fujibee" }, diff --git a/VERSION b/VERSION index 9ea63dbcc..a94c1f6e2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.13 +1.2.0-rc.1 diff --git a/package.json b/package.json index 454ed147e..75e0852d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agmsg", - "version": "1.1.13", + "version": "1.2.0-rc.1", "description": "Cross-agent messaging via SQLite for CLI AI agents (Claude Code, Codex, Gemini CLI, GitHub Copilot CLI, Antigravity, OpenCode). The npm package is a thin bootstrapper that fetches and runs the canonical bash installer at https://github.com/fujibee/agmsg.", "bin": { "agmsg": "bin/agmsg.js"