Skip to content

Commit 9246360

Browse files
committed
feat(release): bump to v4.1.5, update changelog
1 parent fe73c35 commit 9246360

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [v4.1.5](https://github.com/olets/git-prompt-kit/compare/v4.1.4...v4.1.5) (2024-10-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **GIT_PROMPT_KIT_REF:** no extra space for default-named push remote ([fe73c35](https://github.com/olets/git-prompt-kit/commit/fe73c355e89e33cd196fad0f8412e11eb029b379))
7+
8+
9+
110
# [v4.1.4](https://github.com/olets/git-prompt-kit/compare/v4.1.3...v4.1.4) (2024-10-03)
211

312

git-prompt-kit.zsh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/usr/bin/env zsh
22

33
# Git Prompt Kit
4-
# v4.1.4
5-
# October 3 2024
4+
# v4.1.5
5+
# October 23 2024
66
# https://github.com/olets/git-prompt-kit
77
# Copyright (©) 2019-present Henry Bley-Vroman
88

9-
typeset -r GIT_PROMPT_KIT_VERSION="4.1.4"
9+
typeset -r GIT_PROMPT_KIT_VERSION="4.1.5"
1010

1111
# Behavior options
1212
typeset -gi GIT_PROMPT_KIT_HIDE_INACTIVE_AHEAD_BEHIND=${GIT_PROMPT_KIT_HIDE_INACTIVE_AHEAD_BEHIND:-1}

0 commit comments

Comments
 (0)