We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2149f8c commit 21c5028Copy full SHA for 21c5028
2 files changed
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# [v4.1.0](/compare/v4.0.0...v4.1.0) (2023-12-05)
2
+
3
4
+### Features
5
6
+* **submodules:** init if necessary ([6e58a31](https://github.com/olets/git-prompt-kit/commit/6e58a3124902a8e7e5d680e0365e836dd63b6e9d))
7
8
9
10
# [v4.0.0](https://github.com/olets/git-prompt-kit/compare/v3.0.1...v4.0.0) (2023-12-01)
11
12
git-prompt-kit.zsh
@@ -1,12 +1,12 @@
#!/usr/bin/env zsh
# Git Prompt Kit
-# v4.0.0
-# Dec 1 2023
+# v4.1.0
+# Dec 5 2023
# https://github.com/olets/git-prompt-kit
# Copyright (©) 2019-present Henry Bley-Vroman
-typeset -r GIT_PROMPT_KIT_VERSION="4.0.0"
+typeset -r GIT_PROMPT_KIT_VERSION="4.1.0"
# Behavior options
typeset -gi GIT_PROMPT_KIT_HIDE_INACTIVE_AHEAD_BEHIND=${GIT_PROMPT_KIT_HIDE_INACTIVE_AHEAD_BEHIND:-1}
0 commit comments