Skip to content

Commit

Permalink
add change log (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangrzneu authored Jun 12, 2024
1 parent 566d735 commit e4efec8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.0 (2024-06-12)

* ssh key pair and security group support for creating uhost

## 0.1.49 (2024-05-09)

* fix cli version config
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export VERSION=0.1.49
export VERSION=0.2.0
GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)

.PHONY : install
Expand Down
2 changes: 1 addition & 1 deletion base/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const DefaultBaseURL = "https://api.ucloud.cn/"
const DefaultProfile = "default"

// Version 版本号
const Version = "0.1.49"
const Version = "0.2.0"

var UserAgent = fmt.Sprintf("UCloud-CLI/%s", Version)

Expand Down

0 comments on commit e4efec8

Please sign in to comment.