Skip to content

Commit 39c743e

Browse files
chore: release v0.4.5 [skip ci]
1 parent c40a162 commit 39c743e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## [0.4.5](https://github.com/nsheaps/git-wt/compare/v0.4.4...v0.4.5) (2026-01-21)
4+
35
## [0.4.4](https://github.com/nsheaps/git-wt/compare/v0.4.3...v0.4.4) (2026-01-21)
46

57
### Maintenance

bin/git-wt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
set -euo pipefail
2121

2222
# Version is replaced at release time by CI. For local dev, falls back to git describe.
23-
GIT_WT_VERSION="__VERSION__"
23+
GIT_WT_VERSION="v0.4.5"
2424

2525
# Get version: use embedded version if set, otherwise fall back to git describe for local dev
2626
get_version() {

0 commit comments

Comments
 (0)