Skip to content

Commit e786d12

Browse files
committed
v0.5.0 — Git status timeout
- Add a `--git-timeout` option for disabling the Git integration if `git status` takes too long to run
1 parent cb346a9 commit e786d12

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.5.0 (in development)
2-
-----------------------
1+
v0.5.0 (2022-07-03)
2+
-------------------
33
- Add a `--git-timeout` option for disabling the Git integration if `git
44
status` takes too long to run
55

ps1.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
by running ``PS1_GIT=off`` on the command line.
5959
"""
6060

61-
__version__ = "0.4.0"
61+
__version__ = "0.5.0"
6262
__author__ = "John T. Wodder II"
6363
__author_email__ = "ps1@varonathe.org"
6464
__license__ = "MIT"

0 commit comments

Comments
 (0)