From 035518b933390f6b8f33a2a87c2f7fc5275b9a9d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 02:19:36 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d826796..0902aa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/iamteedoh/dirPathPerms/compare/v0.1.0...v0.2.0) (2026-07-16) + + +### Features + +* add title banner, non-interactive mode, and richer output ([#5](https://github.com/iamteedoh/dirPathPerms/issues/5)) ([92b6eac](https://github.com/iamteedoh/dirPathPerms/commit/92b6eacd06b0944273f46eb382ac6cea6edca5b8)) + ## 0.1.0 (2026-07-14) Initial public release. Adopts the Teedoh Labs OSS repo standard: CI (lint/build + gitleaks secret scan + community & licensing checks), release automation, GPLv3 licensing, and community health files.