Skip to content

Commit 8c3f8c7

Browse files
authored
chore(release): v0.60.0 (#477)
🤖 I have created a release *beep* *boop* --- ## [0.60.0](v0.59.1...v0.60.0) (2026-08-07) ### Features * **wake:** retain bounded refused self-upgrade history ([4290592](4290592)) ### Bug Fixes * **wake:** preserve pending restart after notify race ([4290592](4290592)) --- 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 4290592 commit 8c3f8c7

6 files changed

Lines changed: 17 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.59.1",
3+
"version": "0.60.0",
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.59.1",
3+
"version": "0.60.0",
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.59.1"
2+
".": "0.60.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ 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.0](https://github.com/avivsinai/agent-message-queue/compare/v0.59.1...v0.60.0) (2026-08-07)
12+
13+
14+
### Features
15+
16+
* **wake:** retain bounded refused self-upgrade history ([4290592](https://github.com/avivsinai/agent-message-queue/commit/4290592cbbdb761d28b38b6e7938968d4776089b))
17+
18+
19+
### Bug Fixes
20+
21+
* **wake:** preserve pending restart after notify race ([4290592](https://github.com/avivsinai/agent-message-queue/commit/4290592cbbdb761d28b38b6e7938968d4776089b))
22+
1123
## [0.59.1](https://github.com/avivsinai/agent-message-queue/compare/v0.59.0...v0.59.1) (2026-08-07)
1224

1325

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.59.1 # x-release-please-version
3+
version: 0.60.0 # 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.59.1 # x-release-please-version
3+
version: 0.60.0 # 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)