We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c40a162 commit 39c743eCopy full SHA for 39c743e
2 files changed
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Changelog
2
3
+## [0.4.5](https://github.com/nsheaps/git-wt/compare/v0.4.4...v0.4.5) (2026-01-21)
4
+
5
## [0.4.4](https://github.com/nsheaps/git-wt/compare/v0.4.3...v0.4.4) (2026-01-21)
6
7
### Maintenance
bin/git-wt
@@ -20,7 +20,7 @@
20
set -euo pipefail
21
22
# Version is replaced at release time by CI. For local dev, falls back to git describe.
23
-GIT_WT_VERSION="__VERSION__"
+GIT_WT_VERSION="v0.4.5"
24
25
# Get version: use embedded version if set, otherwise fall back to git describe for local dev
26
get_version() {
0 commit comments