Skip to content

Commit 0b6f1fb

Browse files
chore(main): release 0.4.6 (#243)
Co-authored-by: piyaz-releaser[bot] <297448472+piyaz-releaser[bot]@users.noreply.github.com>
1 parent 8a3191e commit 0b6f1fb

8 files changed

Lines changed: 14 additions & 7 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.4.5"
2+
".": "0.4.6"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.4.6](https://github.com/FrkAk/piyaz/compare/v0.4.5...v0.4.6) (2026-07-18)
4+
5+
6+
### Bug Fixes
7+
8+
* enforce nfc on note folder paths with db checks ([#242](https://github.com/FrkAk/piyaz/issues/242)) ([8a3191e](https://github.com/FrkAk/piyaz/commit/8a3191eff632578810e0729a3302b9510d322c8b))
9+
310
## [0.4.5](https://github.com/FrkAk/piyaz/compare/v0.4.4...v0.4.5) (2026-07-18)
411

512

lib/mcp/create-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ export function createMcpServer(ctx: AuthContext): McpServer {
455455
{
456456
name: "piyaz",
457457
title: "Piyaz",
458-
version: "0.4.5", // x-release-please-version
458+
version: "0.4.6", // x-release-please-version
459459
websiteUrl: "https://www.piyaz.ai",
460460
icons: [
461461
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "piyaz",
3-
"version": "0.4.5",
3+
"version": "0.4.6",
44
"private": true,
55
"license": "AGPL-3.0-or-later",
66
"type": "module",

plugins/antigravity/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "piyaz",
3-
"version": "0.4.5",
3+
"version": "0.4.6",
44
"description": "Persistent context network for coding projects. Tracks tasks, dependencies, and decisions across sessions."
55
}

plugins/claude-code/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "piyaz",
33
"description": "Persistent context network for coding projects. Tracks tasks, dependencies, and decisions across sessions.",
4-
"version": "0.4.5",
4+
"version": "0.4.6",
55
"author": {
66
"name": "Piyaz"
77
},

plugins/codex/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "piyaz",
3-
"version": "0.4.5",
3+
"version": "0.4.6",
44
"description": "Persistent context network for coding projects. Tracks tasks, dependencies, and decisions across sessions.",
55
"author": {
66
"name": "Piyaz",

plugins/cursor/.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "piyaz",
3-
"version": "0.4.5",
3+
"version": "0.4.6",
44
"description": "Persistent context network for coding projects. Tracks tasks, dependencies, and decisions across sessions.",
55
"author": {
66
"name": "Piyaz",

0 commit comments

Comments
 (0)