We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 566d735 commit e4efec8Copy full SHA for e4efec8
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.2.0 (2024-06-12)
2
+
3
+* ssh key pair and security group support for creating uhost
4
5
## 0.1.49 (2024-05-09)
6
7
* fix cli version config
Makefile
@@ -1,4 +1,4 @@
-export VERSION=0.1.49
+export VERSION=0.2.0
GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)
.PHONY : install
base/config.go
@@ -39,7 +39,7 @@ const DefaultBaseURL = "https://api.ucloud.cn/"
39
const DefaultProfile = "default"
40
41
// Version 版本号
42
-const Version = "0.1.49"
+const Version = "0.2.0"
43
44
var UserAgent = fmt.Sprintf("UCloud-CLI/%s", Version)
45
0 commit comments