Skip to content

Commit 33094ab

Browse files
committed
Committing leftovers
1 parent 69d349d commit 33094ab

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 0.1.14 / 2025-10-11
4+
5+
- $ prefix added to list output
6+
7+
38
## 0.1.13 / 2025-10-10
49

510
- Fixed path condensation in `git-exec` command. Output now properly abbreviates paths using environment variable names

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package internal
22

33
// Version is the current version of git-tree-go
4-
const Version = "0.1.13"
4+
const Version = "0.1.14"

0 commit comments

Comments
 (0)