From 030a2d7e018a31db2aca1cdfc2871faef90ce86c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 01:06:04 +0000 Subject: [PATCH] chore(main): release 0.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ dirPathPerms.sh | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0902aa8..366db8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/dirPathPerms.sh b/dirPathPerms.sh index 7eb401c..d6ea50d 100755 --- a/dirPathPerms.sh +++ b/dirPathPerms.sh @@ -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