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.2.0"
".": "0.3.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.3.0](https://github.com/iamteedoh/dirPathPerms/compare/v0.2.0...v0.3.0) (2026-07-17)


### Features

* check paths directly, with tilde/variable expansion and prompt history ([#7](https://github.com/iamteedoh/dirPathPerms/issues/7)) ([c7f3389](https://github.com/iamteedoh/dirPathPerms/commit/c7f3389e016444d8cc681ebbd45c96b56d5753fb))
* interactive session with tabular output ([#9](https://github.com/iamteedoh/dirPathPerms/issues/9)) ([e1d5e08](https://github.com/iamteedoh/dirPathPerms/commit/e1d5e0861aeedd5c0363fdbb5ace4c3dc66b7f59))


### Bug Fixes

* report the real version from --version ([#10](https://github.com/iamteedoh/dirPathPerms/issues/10)) ([0d87357](https://github.com/iamteedoh/dirPathPerms/commit/0d87357f74627f84e6825bfacc2022da032f3a55))

## [0.2.0](https://github.com/iamteedoh/dirPathPerms/compare/v0.1.0...v0.2.0) (2026-07-16)


Expand Down
2 changes: 1 addition & 1 deletion dirPathPerms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set -uo pipefail
# Owned by release-please: the annotation is what makes it rewrite this line on
# a release. Without it the constant never moves and --version quietly reports
# whatever it was first set to.
VERSION="0.2.0" # x-release-please-version
VERSION="0.3.0" # x-release-please-version

# ---------------------------------------------------------------------------
# Colors. Disabled when --no-color / $NO_COLOR is set, or stdout is not a TTY
Expand Down