From b448a1f11203b419667314b453e2e543c0d6be6e Mon Sep 17 00:00:00 2001 From: Stefan Maric Date: Fri, 19 Mar 2021 12:50:03 +0100 Subject: [PATCH] 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 --- CHANGELOG.md | 3 +++ bin/g | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b4a312..a4c9d29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/bin/g b/bin/g index 936c06f..b89c2dc 100755 --- a/bin/g +++ b/bin/g @@ -63,7 +63,7 @@ esac # display_g_version() { - echo "0.8.1" + echo "0.9.0" } display_help() {