Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.2.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down