Skip to content

Commit 01883d6

Browse files
authored
chore(release): v0.60.3 (#487)
🤖 I have created a release *beep* *boop* --- ## [0.60.3](v0.60.2...v0.60.3) (2026-08-11) ### Bug Fixes * **fsq:** make concurrent drain claims exclusive on Windows ([#486](#486)) ([60a819f](60a819f)) --- 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 60a819f commit 01883d6

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.2",
3+
"version": "0.60.3",
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.2",
3+
"version": "0.60.3",
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.2"
2+
".": "0.60.3"
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.3](https://github.com/avivsinai/agent-message-queue/compare/v0.60.2...v0.60.3) (2026-08-11)
12+
13+
14+
### Bug Fixes
15+
16+
* **fsq:** make concurrent drain claims exclusive on Windows ([#486](https://github.com/avivsinai/agent-message-queue/issues/486)) ([60a819f](https://github.com/avivsinai/agent-message-queue/commit/60a819f1045be0a079d1598c281438ff00550769))
17+
1118
## [0.60.2](https://github.com/avivsinai/agent-message-queue/compare/v0.60.1...v0.60.2) (2026-08-11)
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.2 # x-release-please-version
3+
version: 0.60.3 # 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.2 # x-release-please-version
3+
version: 0.60.3 # 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)