Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
- Improve switching Go versions performance to nearly instant (#19, thanks @jimeh)
- Add support for darwin-arm64 (M1 chips) (#20, thanks @joelanford)
- Tweak docs, guidelines, and configs to make it easier to contribute
- Format all documents with Prettier for consistency
- Add Github template for BUG reports
- Update screencast with more recent version of g
  • Loading branch information
stefanmaric committed Mar 19, 2021
1 parent d2c168c commit b448a1f
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.9.0 - 2021-03-19

- Improve switching Go versions performance to nearly instant (#19, thanks @jimeh)
- Add support for darwin-arm64 (M1 chips) (#20, thanks @joelanford)
- Tweak docs, guidelines, and configs to make it easier to contribute
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.8.1"
echo "0.9.0"
}

display_help() {
Expand Down

0 comments on commit b448a1f

Please sign in to comment.