diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 001eb2c..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.2" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fd0d4c..d172a90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ This changelog is automatically managed by [Release Please](https://github.com/googleapis/release-please). +## [0.2.0](https://github.com/verygoodplugins/mcp-pirsch/compare/mcp-pirsch-v0.1.2...mcp-pirsch-v0.2.0) (2026-08-25) + + +### Features + +* **client:** add isolated Pirsch API v1 read foundation ([#37](https://github.com/verygoodplugins/mcp-pirsch/issues/37)) ([d196f5f](https://github.com/verygoodplugins/mcp-pirsch/commit/d196f5f9537e7e72ce94989787c503b9da4a0cad)) +* **server:** cut over stdio entrypoint to v2 tools ([#53](https://github.com/verygoodplugins/mcp-pirsch/issues/53)) ([1414daf](https://github.com/verygoodplugins/mcp-pirsch/commit/1414daf2c3b998bf69850a90a48b16aeca5188ee)) + + +### Bug Fixes + +* **ci:** request merge queue checks explicitly ([#58](https://github.com/verygoodplugins/mcp-pirsch/issues/58)) ([9fe3456](https://github.com/verygoodplugins/mcp-pirsch/commit/9fe3456670a3f41d801478633fd6f06c66bade23)) +* exit orphaned stdio MCP servers on parent death ([#33](https://github.com/verygoodplugins/mcp-pirsch/issues/33)) ([46cb797](https://github.com/verygoodplugins/mcp-pirsch/commit/46cb7971354a1e0c61176f4dbe1a705f328ea7f3)) +* resolve symlinked bin path before entry-point comparison ([#31](https://github.com/verygoodplugins/mcp-pirsch/issues/31)) ([08652ee](https://github.com/verygoodplugins/mcp-pirsch/commit/08652ee6b29fd1b60cb22653ea9d53fe6e1cd52d)) +* **server:** resolve comparison periods in timezone ([#51](https://github.com/verygoodplugins/mcp-pirsch/issues/51)) ([172140b](https://github.com/verygoodplugins/mcp-pirsch/commit/172140b97709017169b4ba81626fe4e4e1a9696b)) +* sync server.json version to 0.1.2 ([#22](https://github.com/verygoodplugins/mcp-pirsch/issues/22)) ([986452d](https://github.com/verygoodplugins/mcp-pirsch/commit/986452dd3b5abacb1d3856c1b1b26577917d38b7)) + ## [0.1.2](https://github.com/verygoodplugins/mcp-pirsch/compare/mcp-pirsch-v0.1.1...mcp-pirsch-v0.1.2) (2026-04-06) diff --git a/package-lock.json b/package-lock.json index b68f46f..a8ed9cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@verygoodplugins/mcp-pirsch", - "version": "0.1.2", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@verygoodplugins/mcp-pirsch", - "version": "0.1.2", + "version": "0.2.0", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", diff --git a/package.json b/package.json index 888ba5b..8a793c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@verygoodplugins/mcp-pirsch", - "version": "0.1.2", + "version": "0.2.0", "description": "MCP server for Pirsch Analytics: stats, comparisons, trends", "main": "dist/index.js", "type": "module", diff --git a/release-please-config.json b/release-please-config.json index 740a9cc..6bbb1b7 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -3,7 +3,6 @@ ".": { "release-type": "node", "bump-minor-pre-major": true, - "bump-patch-for-minor-pre-major": true, "extra-files": [ { "type": "json", diff --git a/server.json b/server.json index 8747ced..f66ae63 100644 --- a/server.json +++ b/server.json @@ -3,7 +3,7 @@ "name": "io.github.verygoodplugins/mcp-pirsch", "title": "MCP Pirsch", "description": "Pirsch Analytics with natural language queries and trend analysis", - "version": "0.1.2", + "version": "0.2.0", "websiteUrl": "https://verygoodplugins.com/?utm_source=mcp-registry", "repository": { "url": "https://github.com/verygoodplugins/mcp-pirsch", @@ -13,7 +13,7 @@ { "registryType": "npm", "identifier": "@verygoodplugins/mcp-pirsch", - "version": "0.1.2", + "version": "0.2.0", "transport": { "type": "stdio" }