From 3f0619c05e5cc935282d206a5f1c945c727e8561 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 2 Mar 2019 17:38:55 +0000 Subject: [PATCH] chore(release): 2.3.1 [skip ci] ## [2.3.1](https://github.com/matchai/spacefish/compare/v2.3.0...v2.3.1) (2019-03-02) ### Bug Fixes * correct typo in venv configuration variables ([#167](https://github.com/matchai/spacefish/issues/167)) ([8a3585c](https://github.com/matchai/spacefish/commit/8a3585c)) --- CHANGELOG.md | 7 +++++++ fish_prompt.fish | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cf1b98..f2e4800 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.3.1](https://github.com/matchai/spacefish/compare/v2.3.0...v2.3.1) (2019-03-02) + + +### Bug Fixes + +* correct typo in venv configuration variables ([#167](https://github.com/matchai/spacefish/issues/167)) ([8a3585c](https://github.com/matchai/spacefish/commit/8a3585c)) + # [2.3.0](https://github.com/matchai/spacefish/compare/v2.2.4...v2.3.0) (2019-02-24) diff --git a/fish_prompt.fish b/fish_prompt.fish index 1aff730..9cc1676 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -1,7 +1,7 @@ function fish_prompt # Store the exit code of the last command set -g sf_exit_code $status - set -g SPACEFISH_VERSION 2.3.0 + set -g SPACEFISH_VERSION 2.3.1 # ------------------------------------------------------------------------------ # Configuration