Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.12"
".": "0.4.13"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lib/mcp/create-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piyaz",
"version": "0.4.12",
"version": "0.4.13",
"private": true,
"license": "AGPL-3.0-or-later",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion plugins/antigravity/plugin.json
Original file line number Diff line number Diff line change
@@ -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."
}
2 changes: 1 addition & 1 deletion plugins/claude-code/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/codex/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/cursor/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion server.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down