Skip to content

Commit

Permalink
chore(bump): bump to 3.1.0, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Dec 6, 2023
1 parent 862f29a commit 5b2f7f9
Show file tree
Hide file tree
Showing 3 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.0](/compare/v3.0.0...v3.1.0) (2023-12-05)

### Features

* **git-prompt-kit:** upgrade to v4.1.0 [d1aa126](https://github.com/olets/hometown-prompt/commit/d1aa126)
* **submodules:** init if necessary [862f29a](https://github.com/olets/hometown-prompt/commit/862f29a3c243fd5e5ac4b7982f93cf5948649aa3)



# [v3.0.0](/compare/v2.0.1...v3.0.0) (2023-12-05)


Expand Down
2 changes: 1 addition & 1 deletion git-prompt-kit
4 changes: 2 additions & 2 deletions hometown.zsh-theme
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/usr/bin/env zsh

# Hometown
# v3.0.0
# v3.1.0
# Dec 5 2023
# https://github.com/olets/hometown-prompt
# Copyright (©) 2021-present Henry Bley-Vroman

typeset -r HOMETOWN_PROMPT_VERSION="3.0.0"
typeset -r HOMETOWN_PROMPT_VERSION="3.1.0"

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 5b2f7f9

Please sign in to comment.