From cf8ea5e5a6a50b1fe3483a1924d8c15001589d7b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 19 Jun 2019 10:54:16 +0000 Subject: [PATCH] chore(release): 2.6.0 [skip ci] # [2.6.0](https://github.com/matchai/spacefish/compare/v2.5.0...v2.6.0) (2019-06-19) ### Features * Add elixir section ([#190](https://github.com/matchai/spacefish/issues/190)) ([9cb48ea](https://github.com/matchai/spacefish/commit/9cb48ea)) --- CHANGELOG.md | 7 +++++++ fish_prompt.fish | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e41087..b71ce23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.6.0](https://github.com/matchai/spacefish/compare/v2.5.0...v2.6.0) (2019-06-19) + + +### Features + +* Add elixir section ([#190](https://github.com/matchai/spacefish/issues/190)) ([9cb48ea](https://github.com/matchai/spacefish/commit/9cb48ea)) + # [2.5.0](https://github.com/matchai/spacefish/compare/v2.4.0...v2.5.0) (2019-05-23) diff --git a/fish_prompt.fish b/fish_prompt.fish index 80d4d51..446def5 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.5.0 + set -g SPACEFISH_VERSION 2.6.0 # ------------------------------------------------------------------------------ # Configuration