diff --git a/changelog.md b/changelog.md index 2134b73..38f4ea7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2025-10-28 - 1.3.5 - fix(smartcli) +Bump @push.rocks/smartcli to ^4.0.18 and add local settings file for tooling permissions + +- Updated dependency @push.rocks/smartcli from ^4.0.16 to ^4.0.18 in deno.json +- Added a local settings file (.claude/settings.local.json) to configure runtime/tooling permissions (web fetch domains, bash/deno/npm command allowances, and local read access) +- No code API changes; this is a dependency/infra update — incrementing patch version + ## 2025-10-28 - 1.3.4 - fix(smartcli) Update @push.rocks/smartcli to ^4.0.16 and add local Claude settings diff --git a/deno.json b/deno.json index b7ab4f9..da4f2ea 100644 --- a/deno.json +++ b/deno.json @@ -40,7 +40,7 @@ "@push.rocks/npmextra": "npm:@push.rocks/npmextra@^5.1.2", "@push.rocks/projectinfo": "npm:@push.rocks/projectinfo@^5.0.1", "@push.rocks/qenv": "npm:@push.rocks/qenv@^6.1.0", - "@push.rocks/smartcli": "npm:@push.rocks/smartcli@^4.0.16", + "@push.rocks/smartcli": "npm:@push.rocks/smartcli@^4.0.18", "@push.rocks/smartdelay": "npm:@push.rocks/smartdelay@^3.0.5", "@push.rocks/smartfile": "npm:@push.rocks/smartfile@^11.0.23", "@push.rocks/smartjson": "npm:@push.rocks/smartjson@^5.0.20", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index b79c351..4c7924a 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/moxytool', - version: '1.3.4', + version: '1.3.5', description: 'Proxmox administration tool for vGPU setup, VM management, and cluster configuration' }