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

Commit

Permalink
chore(release): 2.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.4.0](v2.3.1...v2.4.0) (2019-03-08)

### Features

* add cargo package manager and refactor existing package section ([#171](#171)) ([0064d2d](0064d2d))
  • Loading branch information
semantic-release-bot committed Mar 8, 2019
1 parent f039439 commit abcde4c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.4.0](https://github.com/matchai/spacefish/compare/v2.3.1...v2.4.0) (2019-03-08)


### Features

* add cargo package manager and refactor existing package section ([#171](https://github.com/matchai/spacefish/issues/171)) ([0064d2d](https://github.com/matchai/spacefish/commit/0064d2d))

## [2.3.1](https://github.com/matchai/spacefish/compare/v2.3.0...v2.3.1) (2019-03-02)


Expand Down
2 changes: 1 addition & 1 deletion fish_prompt.fish
Original file line number Diff line number Diff line change
@@ -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.1
set -g SPACEFISH_VERSION 2.4.0

# ------------------------------------------------------------------------------
# Configuration
Expand Down

0 comments on commit abcde4c

Please sign in to comment.