Skip to content

Commit

Permalink
0.9.1
Browse files Browse the repository at this point in the history
- Fix the grep warning: stray \ before " with the latest releases of grep (#22, thanks @wintermi)
  • Loading branch information
stefanmaric committed Oct 23, 2022
1 parent 106ced8 commit 8b54aeb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
## Unreleased


## 0.9.1 - 2022-10-23

- Fix the grep warning: stray \ before " with the latest releases of grep (#22, thanks @wintermi)

## 0.9.0 - 2021-03-19
- Fix the grep warning: stray \ before " with the latest releases of grep

- Improve switching Go versions performance to nearly instant (#19, thanks @jimeh)
- Add support for darwin-arm64 (M1 chips) (#20, thanks @joelanford)
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.9.0"
echo "0.9.1"
}

display_help() {
Expand Down

0 comments on commit 8b54aeb

Please sign in to comment.