Skip to content

Commit

Permalink
feat(release): bump to v4.1.5, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Oct 23, 2024
1 parent fe73c35 commit 9246360
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [v4.1.5](https://github.com/olets/git-prompt-kit/compare/v4.1.4...v4.1.5) (2024-10-23)


### Bug Fixes

* **GIT_PROMPT_KIT_REF:** no extra space for default-named push remote ([fe73c35](https://github.com/olets/git-prompt-kit/commit/fe73c355e89e33cd196fad0f8412e11eb029b379))



# [v4.1.4](https://github.com/olets/git-prompt-kit/compare/v4.1.3...v4.1.4) (2024-10-03)


Expand Down
6 changes: 3 additions & 3 deletions git-prompt-kit.zsh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/usr/bin/env zsh

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

typeset -r GIT_PROMPT_KIT_VERSION="4.1.4"
typeset -r GIT_PROMPT_KIT_VERSION="4.1.5"

# Behavior options
typeset -gi GIT_PROMPT_KIT_HIDE_INACTIVE_AHEAD_BEHIND=${GIT_PROMPT_KIT_HIDE_INACTIVE_AHEAD_BEHIND:-1}
Expand Down

0 comments on commit 9246360

Please sign in to comment.