-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from mozillazg/develop
v0.2.0
- Loading branch information
Showing
3 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,10 @@ language: go | |
go: | ||
- 1.8 | ||
- 1.9 | ||
- '1.10' | ||
|
||
sudo: false | ||
|
||
install: | ||
- go get . | ||
- go build | ||
- ./zkcli -version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,29 @@ | ||
# Changelog | ||
|
||
|
||
## [0.2.0] (2018-05-30) | ||
|
||
### New Features | ||
|
||
* Add `-version` to show version info ([add69127e](https://github.com/let-us-go/zkcli/commit/add69127e15a855f934629ef437286d416122fc8)) | ||
|
||
``` | ||
$ zkcli -version | ||
Version: 0.2.0 | ||
Git commit: 9fd746b | ||
Built: 2018-05-30T13:44:21+0000 | ||
``` | ||
|
||
### Internal changes | ||
|
||
* Remove unnecessary qiniupkg ([1c33d63f590](https://github.com/let-us-go/zkcli/commit/1c33d63f590598c166ef0fcb4eb6554ca8bdee1c)) | ||
* Close connection before exit ([4c5d6a4d](https://github.com/let-us-go/zkcli/commit/4c5d6a4dc16d28deec01df6c873e69b27b985f61)) | ||
* Ignored with the suffix slash of zpath when completion ([#7](https://github.com/let-us-go/zkcli/pull/7)) | ||
|
||
|
||
## 0.1.0 (2017-12-23) | ||
|
||
* Initial Release | ||
|
||
|
||
[0.2.0]: https://github.com/let-us-go/zkcli/compare/v0.1.0...v0.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters