Skip to content

Commit 16eddd8

Browse files
committed
feat(release): bump to v4.1.4, update changelog
1 parent f38d4a3 commit 16eddd8

2 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [v4.1.4](https://github.com/olets/git-prompt-kit/compare/v4.1.3...v4.1.4) (2024-10-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **GIT_PROMPT_KIT_REPO_SUBDIRECTORY:** play nice with case-insensitive file systems ([be2cd7c](https://github.com/olets/git-prompt-kit/commit/be2cd7c4b8a73058afcd9691d4c5a6dda1d11a5b))
7+
8+
9+
### Features
10+
11+
* **_git_prompt_kit_init:** remove after initialization ([f031038](https://github.com/olets/git-prompt-kit/commit/f03103843d4cf0137ebb170bb7509375ac0080cb))
12+
13+
* **dependencies**: bump gitstatus from `3e08476` to `44504a2` ([ab5e903](https://github.com/olets/git-prompt-kit/commit/ab5e90355d12cfd1839363a3ac284fe40b26bf8f))
14+
15+
16+
117
# [v4.1.3](https://github.com/olets/git-prompt-kit/compare/v4.1.2...v4.1.3) (2024-06-02)
218

319
* **ci**: do not bump Homebrew for GitHub prereleases ([bdc4925](https://github.com/olets/git-prompt-kit/commit/bdc49252aa5c7467d46c875e4be2ddc51b8be3d8))

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.3
5-
# June 2 2024
4+
# v4.1.4
5+
# October 3 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.3"
9+
typeset -r GIT_PROMPT_KIT_VERSION="4.1.4"
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)