Skip to content

Commit

Permalink
chore(bump): bump to 3.1.2, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Dec 11, 2023
1 parent d451e22 commit 0f7f569
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [v3.1.2](/compare/v3.1.1...v3.1.2) (2023-12-11)


### Features

* **deps:** bump git-prompt-kit from `21c5028` to `742f995` v4.1.1 [d451e22](https://github.com/olets/hometown-prompt/commit/d451e222d69b2b67d6a2a46ea493f04e13ece856)
* **releases:** action to bump formula with each release [8283f94](https://github.com/olets/hometown-prompt/commit/8283f94)



# [v3.1.1](/compare/v3.1.0...v3.1.1) (2023-12-06)

* **version variable:** follow naming convention [5cec140](https://github.com/olets/hometown-prompt/commit/5cec140f39c5485d87318ead64522c91df11d6cc)
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.1
# Dec 5 2023
# v3.1.2
# Dec 11 2023
# https://github.com/olets/hometown-prompt
# Copyright (©) 2021-present Henry Bley-Vroman

typeset -r HOMETOWN_VERSION="3.1.1"
typeset -r HOMETOWN_VERSION="3.1.2"

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 0f7f569

Please sign in to comment.