Skip to content

Commit dea4fb0

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.0...v1.3.0) (2025-09-18) ### Bug Fixes * **test:** comment out dry-run tests for PRs as they are not working (yet) as intended. Need some more time to ponder these. ([d90904c](d90904c)) ### Features * add progress indicators and GitHub Actions PR testing ([07fda81](07fda81))
1 parent 6c9b51c commit dea4fb0

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.3.0](https://github.com/lucasmodrich/git-worktree-manager/compare/v1.2.0...v1.3.0) (2025-09-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **test:** comment out dry-run tests for PRs as they are not working (yet) as intended. Need some more time to ponder these. ([d90904c](https://github.com/lucasmodrich/git-worktree-manager/commit/d90904c712745215d41a55e76e56e394c6c46fa9))
7+
8+
9+
### Features
10+
11+
* add progress indicators and GitHub Actions PR testing ([07fda81](https://github.com/lucasmodrich/git-worktree-manager/commit/07fda81ee12d1186b3d213f8b20d7a91f62d7063))
12+
113
# [1.2.0](https://github.com/lucasmodrich/git-worktree-manager/compare/v1.1.7...v1.2.0) (2025-09-18)
214

315

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.3.0

git-worktree-manager.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# git-worktree-manager.sh
44

5-
SCRIPT_VERSION="1.2.0"
5+
SCRIPT_VERSION="1.3.0"
66
# Allow override via environment variable, default to $HOME/.git-worktree-manager
77
SCRIPT_FOLDER="${GIT_WORKTREE_MANAGER_HOME:-$HOME/.git-worktree-manager}"
88
SCRIPT_NAME="git-worktree-manager.sh"

0 commit comments

Comments
 (0)