From a6eaa8c1cfcf4842de389114795dcb414efd30a7 Mon Sep 17 00:00:00 2001 From: wenzuochao Date: Tue, 4 Feb 2020 16:00:39 +0800 Subject: [PATCH] modify changlog --- .gitignore | 3 ++- ChangeLog-Go.txt | 11 ++++++++++ baseclient/go/ChangeLog.txt | 0 ccppath-sdk/Teafile | 41 +++++++++++++++++++----------------- ccppath-sdk/go/ChangeLog.txt | 0 osspath-sdk/Teafile | 41 +++++++++++++++++++----------------- osspath-sdk/go/ChangeLog.txt | 0 7 files changed, 57 insertions(+), 39 deletions(-) create mode 100644 ChangeLog-Go.txt delete mode 100644 baseclient/go/ChangeLog.txt delete mode 100644 ccppath-sdk/go/ChangeLog.txt delete mode 100644 osspath-sdk/go/ChangeLog.txt diff --git a/.gitignore b/.gitignore index e7163d22..1a39b1d5 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,5 @@ doc/ node_modules/ coverage/ dist/ -.DS_Store \ No newline at end of file +.DS_Store +.history/ \ No newline at end of file diff --git a/ChangeLog-Go.txt b/ChangeLog-Go.txt new file mode 100644 index 00000000..b28d5e85 --- /dev/null +++ b/ChangeLog-Go.txt @@ -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 \ No newline at end of file diff --git a/baseclient/go/ChangeLog.txt b/baseclient/go/ChangeLog.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/ccppath-sdk/Teafile b/ccppath-sdk/Teafile index e02be34b..af79b73a 100644 --- a/ccppath-sdk/Teafile +++ b/ccppath-sdk/Teafile @@ -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" + } +} \ No newline at end of file diff --git a/ccppath-sdk/go/ChangeLog.txt b/ccppath-sdk/go/ChangeLog.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/osspath-sdk/Teafile b/osspath-sdk/Teafile index 5811f6e0..42e708cb 100644 --- a/osspath-sdk/Teafile +++ b/osspath-sdk/Teafile @@ -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" + } +} \ No newline at end of file diff --git a/osspath-sdk/go/ChangeLog.txt b/osspath-sdk/go/ChangeLog.txt deleted file mode 100644 index e69de29b..00000000