Skip to content

Commit 73574dc

Browse files
authored
chore(release): v0.59.0 (#472)
🤖 I have created a release *beep* *boop* --- ## [0.59.0](v0.58.0...v0.59.0) (2026-08-07) ### Features * **wake:** automatically adopt newer installed images ([#471](#471)) ([441bc0d](441bc0d)) --- 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 441bc0d commit 73574dc

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.58.0",
3+
"version": "0.59.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.58.0",
3+
"version": "0.59.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.58.0"
2+
".": "0.59.0"
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.59.0](https://github.com/avivsinai/agent-message-queue/compare/v0.58.0...v0.59.0) (2026-08-07)
12+
13+
14+
### Features
15+
16+
* **wake:** automatically adopt newer installed images ([#471](https://github.com/avivsinai/agent-message-queue/issues/471)) ([441bc0d](https://github.com/avivsinai/agent-message-queue/commit/441bc0d13c1e9eea3e022a4df2b484187fc85315))
17+
1118
## [0.58.0](https://github.com/avivsinai/agent-message-queue/compare/v0.57.3...v0.58.0) (2026-08-07)
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.58.0 # x-release-please-version
3+
version: 0.59.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.58.0 # x-release-please-version
3+
version: 0.59.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)