diff options
| author | Shulhan <ms@kilabit.info> | 2019-06-28 13:14:09 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2019-06-28 13:14:09 +0700 |
| commit | 92114a84e5839ae04e4a239862852246a42c2061 (patch) | |
| tree | ec6d07621adc954eec981b751a16a522f8d90252 | |
| parent | c645b6dc47677d3fe4de55fc7d574a76841c3f16 (diff) | |
| download | beku-92114a84e5839ae04e4a239862852246a42c2061.tar.xz | |
Release v0.7.0v0.7.0
| -rw-r--r-- | CHANGELOG.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b921d8..6c5f233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# Beku v0.7.0 (2019-06-28) + +## Enhancements + +- Do not auto cleanup unused repositories. + + Previously, we remove all unused repositories from $GOPATH, which caused + some important repositories that we forgot to track get removed during + freeze operation. + + This commit remove the auto cleanup and only print the unused repositories + to the screen. + +- Add $GOCACHE and $HOME to environments on GoInstall + + The latest Go release will require $GOCACHE or $HOME environment variable + upon running "go install" command. + + # Beku v0.6.0 (2019-03-30) ## New Features |
