We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69d349d commit 33094abCopy full SHA for 33094ab
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## 0.1.14 / 2025-10-11
4
+
5
+- $ prefix added to list output
6
7
8
## 0.1.13 / 2025-10-10
9
10
- Fixed path condensation in `git-exec` command. Output now properly abbreviates paths using environment variable names
internal/version.go
@@ -1,4 +1,4 @@
package internal
// Version is the current version of git-tree-go
-const Version = "0.1.13"
+const Version = "0.1.14"
0 commit comments