diff --git a/CHANGELOG.md b/CHANGELOG.md index 445b7a4..92592a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [v3.1.5](/compare/v3.1.4...v3.1.5) (2024-10-03) + + +### Features + +* **git-prompt-kit:** bump from `6373a70` to `be2cd7c` 46a0a54 + + + # [v3.1.4](/compare/v3.1.3...v3.1.4) (2024-06-02) diff --git a/hometown.zsh-theme b/hometown.zsh-theme index 41087c3..7586cdf 100644 --- a/hometown.zsh-theme +++ b/hometown.zsh-theme @@ -1,12 +1,12 @@ #!/usr/bin/env zsh # Hometown -# v3.1.4 -# June 2 2024 +# v3.1.5 +# October 3 2024 # https://github.com/olets/hometown-prompt # Copyright (©) 2021-present Henry Bley-Vroman -typeset -r HOMETOWN_VERSION="3.1.4" +typeset -r HOMETOWN_VERSION="3.1.5" typeset -g HOMETOWN_CUSTOM=${HOMETOWN_CUSTOM-%*} typeset -gi HOMETOWN_LINEBREAK_AFTER_GIT_REF=${HOMETOWN_LINEBREAK_AFTER_GIT_REF:-1}