From 13495f446813b9276624de7fd78a2364abf40f26 Mon Sep 17 00:00:00 2001 From: Jack Arturo Date: Tue, 28 Apr 2026 08:33:48 +0200 Subject: [PATCH] chore(main): release 0.3.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- server.json | 4 ++-- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..816df2d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ef4378..82260a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.1](https://github.com/verygoodplugins/streamdeck-mcp/compare/v0.3.0...v0.3.1) (2026-04-28) + + +### Documentation + +* Lead README with use cases and multi-client install ([#37](https://github.com/verygoodplugins/streamdeck-mcp/issues/37)) ([9cab555](https://github.com/verygoodplugins/streamdeck-mcp/commit/9cab5558c1a6baed38f383c6c8e98da007c2de37)) + ## [0.3.0](https://github.com/verygoodplugins/streamdeck-mcp/compare/v0.2.0...v0.3.0) (2026-04-28) diff --git a/pyproject.toml b/pyproject.toml index a830ac4..96d176e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "streamdeck-mcp" -version = "0.3.0" +version = "0.3.1" description = "MCP server for Stream Deck profile writing with legacy USB control" readme = "README.md" license = "MIT" diff --git a/server.json b/server.json index 562296b..e3b6e1d 100644 --- a/server.json +++ b/server.json @@ -3,7 +3,7 @@ "name": "io.github.verygoodplugins/streamdeck-mcp", "title": "Stream Deck MCP", "description": "Write Stream Deck desktop profiles with a legacy USB fallback.", - "version": "0.3.0", + "version": "0.3.1", "websiteUrl": "https://verygoodplugins.com/?utm_source=mcp-registry", "repository": { "url": "https://github.com/verygoodplugins/streamdeck-mcp", @@ -13,7 +13,7 @@ { "registryType": "pypi", "identifier": "streamdeck-mcp", - "version": "0.3.0", + "version": "0.3.1", "transport": { "type": "stdio" },