Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
modify changlog
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzuochao committed Feb 4, 2020
1 parent 7809801 commit a6eaa8c
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 39 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ doc/
node_modules/
coverage/
dist/
.DS_Store
.DS_Store
.history/
11 changes: 11 additions & 0 deletions ChangeLog-Go.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
2020-02-04 Version: v1.0.3
- Modify refreshToken

2020-01-16 Version: v1.0.2
- Support more apis

2020-01-15 Version: v1.0.1
- Update mod

2019-12-27 Version: v1.0.0
- New project
Empty file removed baseclient/go/ChangeLog.txt
Empty file.
41 changes: 22 additions & 19 deletions ccppath-sdk/Teafile
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
{
"scope": "alibabacloud",
"name": "CCPClient",
"version": "1.0.0",
"main": "./ccp.tea",
"java": {
"package": "com.aliyun.ccp.ccpclient",
"baseClient": "com.aliyun.ccp.baseclient.BaseClient"
},
"csharp": {
"namespace": "Aliyun.SDK.CCP.CCPClient",
"baseClient": "Aliyun.SDK.CCP:BaseClient"
},
"go": {
"baseClient": "github.com/aliyun/aliyun-ccp/baseclient/go"
},
"typescript": {
"baseClient": "@alicloud/ccp-baseclient"
}
}
"scope": "alibabacloud",
"name": "CCPClient",
"version": "1.0.0",
"main": "./ccp.tea",
"releases": {
"go": "github.com/aliyun/aliyun-ccp/ccppath-sdk/go/client:v1.0.3"
},
"java": {
"package": "com.aliyun.ccp.ccpclient",
"baseClient": "com.aliyun.ccp.baseclient.BaseClient"
},
"csharp": {
"namespace": "Aliyun.SDK.CCP.CCPClient",
"baseClient": "Aliyun.SDK.CCP:BaseClient"
},
"go": {
"baseClient": "github.com/aliyun/aliyun-ccp/baseclient/go"
},
"typescript": {
"baseClient": "@alicloud/ccp-baseclient"
}
}
Empty file removed ccppath-sdk/go/ChangeLog.txt
Empty file.
41 changes: 22 additions & 19 deletions osspath-sdk/Teafile
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
{
"scope": "alibabacloud",
"name": "OSSClient",
"version": "1.0.0",
"main": "./oss.tea",
"java": {
"package": "com.aliyun.ccp.ossclient",
"baseClient": "com.aliyun.ccp.baseclient.BaseClient"
},
"csharp": {
"namespace": "Aliyun.SDK.CCP.OSSClient",
"baseClient": "Aliyun.SDK.CCP:BaseClient"
},
"go": {
"baseClient": "github.com/aliyun/aliyun-ccp/baseclient/go"
},
"typescript": {
"baseClient": "@alicloud/ccp-baseclient"
}
}
"scope": "alibabacloud",
"name": "OSSClient",
"version": "1.0.0",
"main": "./oss.tea",
"releases": {
"go": "github.com/aliyun/aliyun-ccp/osspath-sdk/go/client:v1.0.3"
},
"java": {
"package": "com.aliyun.ccp.ossclient",
"baseClient": "com.aliyun.ccp.baseclient.BaseClient"
},
"csharp": {
"namespace": "Aliyun.SDK.CCP.OSSClient",
"baseClient": "Aliyun.SDK.CCP:BaseClient"
},
"go": {
"baseClient": "github.com/aliyun/aliyun-ccp/baseclient/go"
},
"typescript": {
"baseClient": "@alicloud/ccp-baseclient"
}
}
Empty file removed osspath-sdk/go/ChangeLog.txt
Empty file.

0 comments on commit a6eaa8c

Please sign in to comment.