From d8d4b116c9b88c204bdc46b53855d6014367b302 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Fri, 24 Oct 2025 08:10:41 +0000 Subject: [PATCH] fix(dev): Add local development settings file to grant tooling permissions --- changelog.md | 7 +++++++ ts/00_commitinfo_data.ts | 10 ++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/changelog.md b/changelog.md index 27823fa..bab9120 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2025-10-24 - 1.0.1 - fix(dev) +Add local development settings file to grant tooling permissions + +- Add a local development settings file to configure permissions used by repository tooling (file-system reads and a small set of shell/CLI operations). +- This is a developer-only configuration — it doesn't change runtime code or published artifacts. +- No functional changes to the mailer library; bumps patch version only to record the repository config change. + ## 1.0.0 (2025-10-24) ### Features diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index ab8f052..f0885d5 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -1,10 +1,8 @@ /** - * Auto-generated commit information - * This file is auto-updated by the build system + * autocreated commitinfo by @push.rocks/commitinfo */ - export const commitinfo = { name: '@serve.zone/mailer', - version: '1.0.0', - description: 'Enterprise mail server with SMTP, HTTP API, and DNS management', -}; + version: '1.0.1', + description: 'Enterprise mail server with SMTP, HTTP API, and DNS management - built for serve.zone infrastructure' +}