diff options
| author | Shulhan <ms@kilabit.info> | 2018-05-27 23:43:01 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2018-05-27 23:43:01 +0700 |
| commit | 4ab8be448308d9970e0df05a04a6db8c2ba5b87f (patch) | |
| tree | 7d089b39e123dc020f335de20bb1bef8776a2757 | |
| parent | 5d0596c69943380932328ccb690cfe5f948bede4 (diff) | |
| download | beku-0.1.0.tar.xz | |
Release v0.1.0v0.1.0
| -rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c687d48 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Beku v0.1.0 + +In this version, beku can handle the following operations, + +* Scanning and saving all dependencies in GOPATH (-S) +* Installing a package (-S <pkg>) +* Updating a package (-S <pkg>) +* Removing a package with or without dependencies (-R[-s] <pkg>) +* Updating all packages in database (-Su) +* Freezing all packages (-B) |
