Skip to content

Commit

Permalink
chore(version): bump, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Jan 18, 2022
1 parent 379b371 commit ca0af76
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
# [v2.0.0](/compare/v1.1.0...v2.0.0) (2022-01-17)

Working directory enhancements. See https://github.com/olets/git-prompt-kit/releases/tag/v3.0.0

Breaking change: Git Prompt Kit has dropped the "custom" component. Use Hometown's custom component instead.

### Features

* **git-prompt-kit:** upgrade to v3.0.0 [379b371](https://github.com/olets/hometown-prompt/commit/379b37194e1b1342f00cc01fc0943a22b657a000)
* **plugin:** new HOMETOWN_PROMPT_CUSTOM [5efefb2](https://github.com/olets/hometown-prompt/commit/5efefb2)



# [v1.1.0](https://github.com/olets/hometown-prompt/compare/v1.0.0...v1.1.0) (2022-01-17)

Adds push remote support. See https://github.com/olets/git-prompt-kit/releases/tag/v2.1.0

### Features

* **git-prompt-kit:** bump to v2.1.0 [60f9205](https://github.com/olets/hometown-prompt/commits/60f9205)
* **git-prompt-kit:** bump to v2.1.0 [60f9205](https://github.com/olets/hometown-prompt/commit/60f9205)



Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Hometown Prompt ![GitHub release (latest by date)](https://img.shields.io/github/v/release/olets/hometown-prompt)

**Hometown is a feature rich, high performance Git-aware zsh theme** with segments for the user, host, time, the current working directory and its parent, and detailed full Git status with in a Git repo.
**Hometown is a feature rich, high performance Git-aware zsh theme** with segments for the user, host, time, the current working directory and its parent, and —within a Git repo— detailed Git status. It is carefully designed to show a lot of information clearly.

Get a feel for how the components respond to context and how the options work by playing with the online simulator: <a href="https://hometown-prompt.netlify.app/">https://hometown-prompt.netlify.app/</a>.

Expand Down
2 changes: 1 addition & 1 deletion hometown-prompt.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Hometown
# https://github.com/olets/hometown-prompt
# v1.1.0
# v2.0.0
# Copyright (©) 2021 Henry Bley-Vroman

typeset -g HOMETOWN_PROMPT_CUSTOM=${HOMETOWN_PROMPT_CUSTOM-}
Expand Down

0 comments on commit ca0af76

Please sign in to comment.