We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d26c2b commit 4e6d79eCopy full SHA for 4e6d79e
2 files changed
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## v3.21.0
2
+
3
+[compare changes](https://github.com/jackiotyu/git-worktree-manager/compare/v3.20.0...v3.21.0)
4
5
+### 🩹 Fixes
6
7
+- **worktree:** Improve symlink copy handling ([9d26c2b](https://github.com/jackiotyu/git-worktree-manager/commit/9d26c2b))
8
9
## v3.20.0
10
11
[compare changes](https://github.com/jackiotyu/git-worktree-manager/compare/v3.19.0...v3.20.0)
package.json
@@ -3,7 +3,7 @@
"name": "git-worktree-manager",
"displayName": "Git Worktree Manager",
"description": "Effortless multi-workspace management and fast Git project cloning across directories.轻松管理多工作区,快速克隆 Git 项目并跨目录运行。",
- "version": "3.20.0",
+ "version": "3.21.0",
"packageManager": "pnpm@10.0.0",
"engines": {
"vscode": "^1.60.0"
0 commit comments