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.