From 245859809184ebefbbe7b5a2912c71292bc33050 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Thu, 13 Aug 2026 16:01:26 +0200 Subject: [PATCH] chore: release v3.1.0 Signed-off-by: Sebastian Mendel --- .claude-plugin/plugin.json | 2 +- CHANGELOG.md | 2 ++ plugin.json | 2 +- skills/matrix-administration/SKILL.md | 2 +- skills/matrix-announcement/SKILL.md | 2 +- skills/matrix-communication/SKILL.md | 2 +- 6 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 0f55109..e7431bc 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "matrix-communication", - "version": "3.0.0", + "version": "3.1.0", "description": "Agentic Skills for Matrix: client-side chat (matrix-communication), Synapse homeserver administration (matrix-administration), and structured announcement composition (matrix-announcement). Works with any Matrix/Synapse homeserver.", "author": { "name": "Netresearch DTT GmbH", diff --git a/CHANGELOG.md b/CHANGELOG.md index 741b4e9..36f9976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ For the canonical narrative version of each release (rewritten after CI publishe ## [Unreleased] +## [3.1.0] - 2026-08-13 + ### Documentation - `SKILL.md` and `AGENTS.md` say how to read a room log: adjacent lines from one diff --git a/plugin.json b/plugin.json index 7141dd0..c05e10e 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "matrix-communication", - "version": "3.0.0", + "version": "3.1.0", "description": "Agentic Skills for Matrix: client-side chat (matrix-communication), Synapse homeserver administration (matrix-administration), and structured announcement composition (matrix-announcement). Works with any Matrix/Synapse homeserver.", "author": { "name": "Netresearch DTT GmbH", diff --git a/skills/matrix-administration/SKILL.md b/skills/matrix-administration/SKILL.md index cad5c1d..f495dc6 100644 --- a/skills/matrix-administration/SKILL.md +++ b/skills/matrix-administration/SKILL.md @@ -5,7 +5,7 @@ license: "(MIT AND CC-BY-SA-4.0). See LICENSE-MIT and LICENSE-CC-BY-SA-4.0" compatibility: "python3 (stdlib only) + a Matrix access token belonging to a Synapse server-admin user. Optional: graphviz `dot` for SVG. Synapse 1.x with admin API enabled." metadata: author: Netresearch DTT GmbH - version: "3.0.0" + version: "3.1.0" repository: https://github.com/netresearch/matrix-skill allowed-tools: Bash(python3:*) Bash(uv:*) Bash(dot:*) Read Write --- diff --git a/skills/matrix-announcement/SKILL.md b/skills/matrix-announcement/SKILL.md index c564a48..6b54b7d 100644 --- a/skills/matrix-announcement/SKILL.md +++ b/skills/matrix-announcement/SKILL.md @@ -5,7 +5,7 @@ license: "(MIT AND CC-BY-SA-4.0). See LICENSE-MIT and LICENSE-CC-BY-SA-4.0" compatibility: "Pairs with matrix-communication for sending. Optional: Chromium for HTML-card rendering." metadata: author: Netresearch DTT GmbH - version: "3.0.0" + version: "3.1.0" repository: https://github.com/netresearch/matrix-skill allowed-tools: Bash(chromium:*) Bash(curl:*) Bash(jq:*) Read Write --- diff --git a/skills/matrix-communication/SKILL.md b/skills/matrix-communication/SKILL.md index a5687e0..51333b3 100644 --- a/skills/matrix-communication/SKILL.md +++ b/skills/matrix-communication/SKILL.md @@ -5,7 +5,7 @@ license: "(MIT AND CC-BY-SA-4.0). See LICENSE-MIT and LICENSE-CC-BY-SA-4.0" compatibility: "Requires python3, uv. Matrix homeserver access." metadata: author: Netresearch DTT GmbH - version: "3.0.0" + version: "3.1.0" repository: https://github.com/netresearch/matrix-skill allowed-tools: Bash(python3:*) Bash(uv:*) Read Write ---