Skip to content

Commit e8c1c34

Browse files
chore: release v0.4.16 [skip ci]
1 parent 33b83b2 commit e8c1c34

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.16](https://github.com/nsheaps/git-wt/compare/v0.4.15...v0.4.16) (2026-01-21)
4+
5+
### Bug Fixes
6+
7+
* use embedded version for homebrew installs ([33b83b2](https://github.com/nsheaps/git-wt/commit/33b83b2c3151d3e2089157a3448d768dde80dac3))
8+
39
## [0.4.15](https://github.com/nsheaps/git-wt/compare/v0.4.14...v0.4.15) (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 - embedded by release-it during release process
23-
GIT_WT_VERSION="v0.4.13"
23+
GIT_WT_VERSION="v0.4.16"
2424

2525
# Get version: use git describe only if running from development repo
2626
get_version() {

0 commit comments

Comments
 (0)