Skip to content

Commit

Permalink
[GH-30][GH-50] Add goenv-exec CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
syndbg committed Mar 10, 2019
1 parent 73cd0ac commit afa6df1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ It does not attempt to manage when version is `system`.
(`goenv rehash` when `eval $(goenv init -)` was previously executed).
Configured via `GOENV_GOPATH_PREFIX=<your prefix>`.
E.g `GOENV_GOPATH_PREFIX=/tmp`.
Default managed `GOPATH` is `$HOME/go`.
; Ref: https://github.com/syndbg/goenv/pull/70
* Add `--only-manage-paths` option to `goenv-sh-rehash` (`goenv rehash` when `eval $(goenv init -)` was previously executed) to skip calling `goenv-rehash` and update shims.
Instead it only updates managed `GOPATH` and `GOROOT` env variables.
Expand All @@ -75,6 +76,11 @@ It does not attempt to manage when version is `system`.
This means that it'll export and manage `GOROOT` and `GOPATH` env vars.
It does not attempt to manage when version is `system`.
; Ref: https://github.com/syndbg/goenv/pull/70
* Changed `goenv-exec` now to set `GOPATH` and `GOROOT` environment variables before
executing specified cmd and args. Can be disable via `GOENV_DISABLE_GOPATH=1` and `GOENV_DISABLE_GOROOT=1`.
`GOPATH` can be configured with `GOENV_GOPATH_PREFIX`. E.g `GOENV_GOPATH_PREFIX=/tmp/goenv`.
Default managed `GOPATH` is `$HOME/go`.
; Ref: https://github.com/syndbg/goenv/pull/70

## 2.0.0beta5

Expand Down

0 comments on commit afa6df1

Please sign in to comment.