Skip to content

Commit d03317d

Browse files
chore: release v0.4.8 [skip ci]
1 parent 656eb55 commit d03317d

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.4.8](https://github.com/nsheaps/git-wt/compare/v0.4.7...v0.4.8) (2026-01-21)
4+
5+
### Bug Fixes
6+
7+
* embed version in tagged commit, reset main to placeholder ([#5](https://github.com/nsheaps/git-wt/issues/5)) ([656eb55](https://github.com/nsheaps/git-wt/commit/656eb5562bf2c034269b36d5ca8802e532b70a7e))
8+
39
## [0.4.7](https://github.com/nsheaps/git-wt/compare/v0.4.6...v0.4.7) (2026-01-21)
410

511
### Bug Fixes

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.8"
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)