Skip to content

Commit 742f995

Browse files
committed
chore(bump): bump to 4.1.1, update changelog
1 parent f210806 commit 742f995

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [v4.1.1](https://github.com/olets/git-prompt-kit/compare/v4.1.0...v4.1.1) (2023-12-11)
2+
3+
4+
### Features
5+
6+
* **releases:** action to bump formula with each GitHub release ([b70a43b](https://github.com/olets/git-prompt-kit/commit/b70a43b96e7a8171abca7fb3f6b25b515a97b982))
7+
* **performance:** add zsh-bench configs ([7720678](https://github.com/olets/git-prompt-kit/commit/7720678097e8903a237b14cadbd7daf6c0d069a6))
8+
9+
10+
111
# [v4.1.0](/compare/v4.0.0...v4.1.0) (2023-12-05)
212

313

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.0
5-
# Dec 5 2023
4+
# v4.1.1
5+
# Dec 11 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.1.0"
9+
typeset -r GIT_PROMPT_KIT_VERSION="4.1.1"
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)