Skip to content

Commit 2015f0c

Browse files
chore(main): release 0.3.1
1 parent 29bb8bc commit 2015f0c

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

.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.3.0"
2+
".": "0.3.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.1](https://github.com/verygoodplugins/streamdeck-mcp/compare/v0.3.0...v0.3.1) (2026-05-28)
9+
10+
11+
### Documentation
12+
13+
* 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))
14+
* **readme:** polish GitHub landing page ([#47](https://github.com/verygoodplugins/streamdeck-mcp/issues/47)) ([29bb8bc](https://github.com/verygoodplugins/streamdeck-mcp/commit/29bb8bcfd01e92560c69b8819baa5685f1c871ea))
15+
816
## [0.3.0](https://github.com/verygoodplugins/streamdeck-mcp/compare/v0.2.0...v0.3.0) (2026-04-28)
917

1018

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "streamdeck-mcp"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "MCP server for Stream Deck profile writing with legacy USB control"
55
readme = "README.md"
66
license = "MIT"

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "io.github.verygoodplugins/streamdeck-mcp",
44
"title": "Stream Deck MCP",
55
"description": "Write Stream Deck desktop profiles with a legacy USB fallback.",
6-
"version": "0.3.0",
6+
"version": "0.3.1",
77
"websiteUrl": "https://verygoodplugins.com/?utm_source=mcp-registry",
88
"repository": {
99
"url": "https://github.com/verygoodplugins/streamdeck-mcp",
@@ -13,7 +13,7 @@
1313
{
1414
"registryType": "pypi",
1515
"identifier": "streamdeck-mcp",
16-
"version": "0.3.0",
16+
"version": "0.3.1",
1717
"transport": {
1818
"type": "stdio"
1919
},

0 commit comments

Comments
 (0)