Skip to content

Commit

Permalink
feat(release): bump to v3.1.5, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Oct 3, 2024
1 parent 46a0a54 commit 1fb3cb3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
6 changes: 3 additions & 3 deletions hometown.zsh-theme
Original file line number Diff line number Diff line change
@@ -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}
Expand Down

0 comments on commit 1fb3cb3

Please sign in to comment.