Skip to content

Commit 21c5028

Browse files
committed
chore(bump): bump to 4.1.0, update changelog
1 parent 2149f8c commit 21c5028

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.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+
110
# [v4.0.0](https://github.com/olets/git-prompt-kit/compare/v3.0.1...v4.0.0) (2023-12-01)
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.0.0
5-
# Dec 1 2023
4+
# v4.1.0
5+
# Dec 5 2023
66
# https://github.com/olets/git-prompt-kit
77
# Copyright (©) 2019-present Henry Bley-Vroman
88

9-
typeset -r GIT_PROMPT_KIT_VERSION="4.0.0"
9+
typeset -r GIT_PROMPT_KIT_VERSION="4.1.0"
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)