Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
- Warn users about existing go installations
- Improve self-upgrade script
- Improve previous installation detection on g-install
- Make self-upgrade throw if g was not installed via g-install
- Add alias collision detection and setup helper (#11, thanks @alvinmatias69)
- Add `download` and `set` commands (#12, thanks @feualpha)
  * BREAKING: Remove the `--download` option
- Add Makefile with lint and format targets for better DX
- Fix shellcheck lint errors
- Format source code using make format
- Improve and update docs to reflect latest contributions
  • Loading branch information
stefanmaric committed Dec 18, 2019
1 parent 012d901 commit 94941ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased


## 0.7.0 - 2019-12-18

- Warn users about existing go installations
- Improve self-upgrade script
- Improve previous installation detection on g-install
Expand Down
2 changes: 1 addition & 1 deletion bin/g
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ esac
#

display_g_version() {
echo "0.6.0"
echo "0.7.0"
}

display_help() {
Expand Down

0 comments on commit 94941ae

Please sign in to comment.