Skip to content

Commit b448a1f

Browse files
committed
0.9.0
- 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
1 parent d2c168c commit b448a1f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
6+
## 0.9.0 - 2021-03-19
7+
58
- Improve switching Go versions performance to nearly instant (#19, thanks @jimeh)
69
- Add support for darwin-arm64 (M1 chips) (#20, thanks @joelanford)
710
- Tweak docs, guidelines, and configs to make it easier to contribute

bin/g

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ esac
6363
#
6464

6565
display_g_version() {
66-
echo "0.8.1"
66+
echo "0.9.0"
6767
}
6868

6969
display_help() {

0 commit comments

Comments
 (0)