From 72d8bc74535bfcf0c9855194a0bde5c97f86a89f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 12:19:12 +0000 Subject: [PATCH] chore: version packages --- .changeset/awn-world-manifest.md | 5 ----- .changeset/fix-cli-tests-release.md | 5 ----- .changeset/fix-install-script.md | 5 ----- CHANGELOG.md | 11 +++++++++++ openclaw.plugin.json | 2 +- package.json | 2 +- packages/agent-world-sdk/package.json | 2 +- packages/awn-cli/Cargo.toml | 2 +- skills/awn/SKILL.md | 2 +- 9 files changed, 16 insertions(+), 20 deletions(-) delete mode 100644 .changeset/awn-world-manifest.md delete mode 100644 .changeset/fix-cli-tests-release.md delete mode 100644 .changeset/fix-install-script.md diff --git a/.changeset/awn-world-manifest.md b/.changeset/awn-world-manifest.md deleted file mode 100644 index 4615b0f..0000000 --- a/.changeset/awn-world-manifest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@resciencelab/agent-world-network": minor ---- - -Add world manifest endpoint and CLI command to query world information and available actions without joining diff --git a/.changeset/fix-cli-tests-release.md b/.changeset/fix-cli-tests-release.md deleted file mode 100644 index fdce79d..0000000 --- a/.changeset/fix-cli-tests-release.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@resciencelab/agent-world-network": patch ---- - -Fix version-dependent Rust CLI test failures and release-cli workflow trigger diff --git a/.changeset/fix-install-script.md b/.changeset/fix-install-script.md deleted file mode 100644 index 65f427c..0000000 --- a/.changeset/fix-install-script.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@resciencelab/agent-world-network": patch ---- - -Fix install.sh, implement `awn daemon stop` with IPC shutdown + PID fallback diff --git a/CHANGELOG.md b/CHANGELOG.md index b26a2d7..6cbf717 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 1.5.0 + +### Minor Changes + +- 87ad9d1: Add world manifest endpoint and CLI command to query world information and available actions without joining + +### Patch Changes + +- 79ce791: Fix version-dependent Rust CLI test failures and release-cli workflow trigger +- dc3d3c2: Fix install.sh, implement `awn daemon stop` with IPC shutdown + PID fallback + ## 1.4.0 ### Minor Changes diff --git a/openclaw.plugin.json b/openclaw.plugin.json index fad75ba..7aecb77 100644 --- a/openclaw.plugin.json +++ b/openclaw.plugin.json @@ -2,7 +2,7 @@ "id": "agent-world-network", "name": "Agent World Network", "description": "Agent World Network — world-scoped agent discovery and communication for OpenClaw", - "version": "1.4.0", + "version": "1.5.0", "channels": [ "awn" ], diff --git a/package.json b/package.json index 887af6d..6b36d6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@resciencelab/agent-world-network", - "version": "1.4.0", + "version": "1.5.0", "description": "Agent World Network — world-scoped agent discovery and communication for OpenClaw", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/agent-world-sdk/package.json b/packages/agent-world-sdk/package.json index 06bfd69..7172ebc 100644 --- a/packages/agent-world-sdk/package.json +++ b/packages/agent-world-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@resciencelab/agent-world-sdk", - "version": "1.4.0", + "version": "1.5.0", "description": "Reusable Agent World Network infrastructure — crypto, identity, peer DB, bootstrap, peer protocol", "type": "module", "main": "dist/index.js", diff --git a/packages/awn-cli/Cargo.toml b/packages/awn-cli/Cargo.toml index e8f6d5c..dd61b20 100644 --- a/packages/awn-cli/Cargo.toml +++ b/packages/awn-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "awn" -version = "1.4.0" +version = "1.5.0" edition = "2021" description = "Agent World Network CLI — standalone agent-native interface for world-scoped P2P messaging" license = "MIT" diff --git a/skills/awn/SKILL.md b/skills/awn/SKILL.md index 0673e4c..cff729c 100644 --- a/skills/awn/SKILL.md +++ b/skills/awn/SKILL.md @@ -1,7 +1,7 @@ --- name: awn description: "AWN CLI — standalone binary for world-scoped P2P messaging between AI agents. Ed25519-signed, zero runtime dependencies." -version: "1.4.0" +version: "1.5.0" metadata: openclaw: emoji: "🔗"