Skip to content

Commit 8be7ec2

Browse files
authored
chore(release): v0.60.5 (#492)
🤖 I have created a release *beep* *boop* --- ## [0.60.5](v0.60.4...v0.60.5) (2026-08-13) ### Bug Fixes * **coop:** refuse provisioning into non-queue roots and resolve the binary first ([#491](#491)) ([2b69010](2b69010)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 2b69010 commit 8be7ec2

6 files changed

Lines changed: 12 additions & 5 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amq-cli",
3-
"version": "0.60.4",
3+
"version": "0.60.5",
44
"description": "Agent Message Queue - file-based inter-agent messaging with co-op mode, cross-project federation, and orchestrator integrations",
55
"author": {
66
"name": "Aviv Sinai",

.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amq-cli",
3-
"version": "0.60.4",
3+
"version": "0.60.5",
44
"description": "Agent Message Queue - file-based inter-agent messaging with co-op mode, cross-project federation, and orchestrator integrations",
55
"author": {
66
"name": "Aviv Sinai",

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.60.4"
2+
".": "0.60.5"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ Release Please generates new entries from conventional squash commits on
88
`main`; richer or multi-entry notes can be added through commit overrides or by
99
editing the release PR.
1010

11+
## [0.60.5](https://github.com/avivsinai/agent-message-queue/compare/v0.60.4...v0.60.5) (2026-08-13)
12+
13+
14+
### Bug Fixes
15+
16+
* **coop:** refuse provisioning into non-queue roots and resolve the binary first ([#491](https://github.com/avivsinai/agent-message-queue/issues/491)) ([2b69010](https://github.com/avivsinai/agent-message-queue/commit/2b69010efcd7311f353818b4ab027d5bb837261d))
17+
1118
## [0.60.4](https://github.com/avivsinai/agent-message-queue/compare/v0.60.3...v0.60.4) (2026-08-12)
1219

1320

skills/amq-cli/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: amq-cli
3-
version: 0.60.4 # x-release-please-version
3+
version: 0.60.5 # x-release-please-version
44
description: >-
55
Coordinate agents via the AMQ CLI for file-based inter-agent messaging. Use
66
this skill whenever you need to send messages to another agent (codex, claude,

skills/amq-spec/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: amq-spec
3-
version: 0.60.4 # x-release-please-version
3+
version: 0.60.5 # x-release-please-version
44
description: >-
55
Parallel-research-then-converge design workflow between two agents. Use this
66
skill when the user wants two agents to independently think through a design

0 commit comments

Comments
 (0)