Skip to content
This repository was archived by the owner on Feb 3, 2021. It is now read-only.

Commit 18b4ede

Browse files
chore(release): 2.3.0 [skip ci]
# [2.3.0](v2.2.4...v2.3.0) (2019-02-24) ### Features * add Python venv section ([#164](#164)) ([3d777fc](3d777fc)), closes [#146](#146)
1 parent 25b5d09 commit 18b4ede

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.3.0](https://github.com/matchai/spacefish/compare/v2.2.4...v2.3.0) (2019-02-24)
2+
3+
4+
### Features
5+
6+
* add Python venv section ([#164](https://github.com/matchai/spacefish/issues/164)) ([3d777fc](https://github.com/matchai/spacefish/commit/3d777fc)), closes [#146](https://github.com/matchai/spacefish/issues/146)
7+
18
## [2.2.4](https://github.com/matchai/spacefish/compare/v2.2.3...v2.2.4) (2019-02-17)
29

310

fish_prompt.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function fish_prompt
22
# Store the exit code of the last command
33
set -g sf_exit_code $status
4-
set -g SPACEFISH_VERSION 2.2.4
4+
set -g SPACEFISH_VERSION 2.3.0
55

66
# ------------------------------------------------------------------------------
77
# Configuration

0 commit comments

Comments
 (0)