From 99a4c813c038a7dc6ce60631dfce8d58fc1f19c1 Mon Sep 17 00:00:00 2001 From: "piyaz-releaser[bot]" <297448472+piyaz-releaser[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 21:06:22 +0000 Subject: [PATCH] chore(main): release 0.4.13 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/mcp/create-server.ts | 2 +- package.json | 2 +- plugins/antigravity/plugin.json | 2 +- plugins/claude-code/.claude-plugin/plugin.json | 2 +- plugins/codex/.codex-plugin/plugin.json | 2 +- plugins/cursor/.cursor-plugin/plugin.json | 2 +- server.json | 2 +- 9 files changed, 15 insertions(+), 8 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 86a3d7f4..782b12e2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.12" + ".": "0.4.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8af7b730..c4ee54a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.13](https://github.com/FrkAk/piyaz/compare/v0.4.12...v0.4.13) (2026-08-04) + + +### Bug Fixes + +* add database housekeeping and operational analytics ([#283](https://github.com/FrkAk/piyaz/issues/283)) ([ad14455](https://github.com/FrkAk/piyaz/commit/ad144557067605a536dc22ba326ed997bb228103)) + ## [0.4.12](https://github.com/FrkAk/piyaz/compare/v0.4.11...v0.4.12) (2026-07-30) diff --git a/lib/mcp/create-server.ts b/lib/mcp/create-server.ts index b5d50e20..6a8920ea 100644 --- a/lib/mcp/create-server.ts +++ b/lib/mcp/create-server.ts @@ -507,7 +507,7 @@ export function createMcpServer(ctx: AuthContext): McpServer { { name: "piyaz", title: "Piyaz", - version: "0.4.12", // x-release-please-version + version: "0.4.13", // x-release-please-version websiteUrl: "https://www.piyaz.ai", icons: [ { diff --git a/package.json b/package.json index 06c3ae24..8f932eea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piyaz", - "version": "0.4.12", + "version": "0.4.13", "private": true, "license": "AGPL-3.0-or-later", "type": "module", diff --git a/plugins/antigravity/plugin.json b/plugins/antigravity/plugin.json index 9971cfba..77bfbb18 100644 --- a/plugins/antigravity/plugin.json +++ b/plugins/antigravity/plugin.json @@ -1,5 +1,5 @@ { "name": "piyaz", - "version": "0.4.12", + "version": "0.4.13", "description": "Persistent context network for coding projects. Tracks tasks, dependencies, and decisions across sessions." } diff --git a/plugins/claude-code/.claude-plugin/plugin.json b/plugins/claude-code/.claude-plugin/plugin.json index 0d3158e9..2a93a867 100644 --- a/plugins/claude-code/.claude-plugin/plugin.json +++ b/plugins/claude-code/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "piyaz", "description": "Persistent context network for coding projects. Tracks tasks, dependencies, and decisions across sessions.", - "version": "0.4.12", + "version": "0.4.13", "author": { "name": "Piyaz" }, diff --git a/plugins/codex/.codex-plugin/plugin.json b/plugins/codex/.codex-plugin/plugin.json index a8bad472..2dffe517 100644 --- a/plugins/codex/.codex-plugin/plugin.json +++ b/plugins/codex/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "piyaz", - "version": "0.4.12", + "version": "0.4.13", "description": "Persistent context network for coding projects. Tracks tasks, dependencies, and decisions across sessions.", "author": { "name": "Piyaz", diff --git a/plugins/cursor/.cursor-plugin/plugin.json b/plugins/cursor/.cursor-plugin/plugin.json index 58492058..2a499465 100644 --- a/plugins/cursor/.cursor-plugin/plugin.json +++ b/plugins/cursor/.cursor-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "piyaz", - "version": "0.4.12", + "version": "0.4.13", "description": "Persistent context network for coding projects. Tracks tasks, dependencies, and decisions across sessions.", "author": { "name": "Piyaz", diff --git a/server.json b/server.json index 5dda03d3..4f01dacd 100644 --- a/server.json +++ b/server.json @@ -3,7 +3,7 @@ "name": "ai.piyaz/piyaz", "title": "Piyaz", "description": "Agentic workspace for project management, where people and coding agents work on the same graph.", - "version": "0.4.12", + "version": "0.4.13", "websiteUrl": "https://piyaz.ai", "repository": { "url": "https://github.com/FrkAk/piyaz",