aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2019-06-28 13:14:09 +0700
committerShulhan <ms@kilabit.info>2019-06-28 13:14:09 +0700
commit92114a84e5839ae04e4a239862852246a42c2061 (patch)
treeec6d07621adc954eec981b751a16a522f8d90252 /CHANGELOG.md
parentc645b6dc47677d3fe4de55fc7d574a76841c3f16 (diff)
downloadbeku-0.7.0.tar.xz
Release v0.7.0v0.7.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md19
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