Skip to content

Commit

Permalink
feat(release): bump to v3.1.4, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Jun 2, 2024
1 parent 596cba2 commit f99362b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [v3.1.4](/compare/v3.1.3...v3.1.4) (2024-06-02)


### Bug Fixes

* enable prompt substitution [7d8cc29](https://github.com/olets/hometown-prompt/commit/7d8cc29)


### Features

* **ci:** do not bump homebrew for github prereleases [596cba2](https://github.com/olets/hometown-prompt/commit/596cba2)
* **git-prompt-kit:** upgrade from 4.1.2 (10c164e) to 4.1.3 (4a168ef) [1551944](https://github.com/olets/hometown-prompt/commit/1551944)



# [v3.1.3](/compare/v3.1.2...v3.1.3) (2024-03-26)

* **deps:** bump git-prompt-kit from `742f995` to `f5979bb` v4.1.2 [fe09de1](https://github.com/olets/hometown-prompt/commit/fe09de14715e5dc853481227462013d01b61bf91)
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.3
# March 26 2024
# v3.1.4
# June 2 2024
# https://github.com/olets/hometown-prompt
# Copyright (©) 2021-present Henry Bley-Vroman

typeset -r HOMETOWN_VERSION="3.1.3"
typeset -r HOMETOWN_VERSION="3.1.4"

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 f99362b

Please sign in to comment.