diff options
Diffstat (limited to 'CHANGELOG.md')
| -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) |
