Explorar el Código

release v1.9.8

taowei.wtw hace 6 años
padre
commit
a1626a17f7
Se han modificado 4 ficheros con 12 adiciones y 1 borrados
  1. 1 1
      .travis.yml
  2. 5 0
      CHANGELOG.md
  3. 3 0
      README-CN.md
  4. 3 0
      README.md

+ 1 - 1
.travis.yml

@@ -17,7 +17,7 @@ script:
   ; fi
   
 - cd oss
-- travis_wait 30 go test -v -covermode=count -coverprofile=coverage.out -timeout=30m
+- travis_wait 50 go test -v -covermode=count -coverprofile=coverage.out -timeout=50m
 - "$HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci"
 
 env:

+ 5 - 0
CHANGELOG.md

@@ -1,3 +1,8 @@
+# ChangeLog - Aliyun OSS SDK for Go
+## 版本号:v1.9.8 日期:2019-05-25
+### 变更内容
+- 增加:增加设置、查询、删除bucket tagging接口
+
 # ChangeLog - Aliyun OSS SDK for Go
 ## 版本号:v1.9.7 日期:2019-05-22
 ### 变更内容

+ 3 - 0
README-CN.md

@@ -12,6 +12,9 @@
 > - OSS适合存放任意文件类型,适合各种网站、开发企业及开发者使用。
 > - 使用此SDK,用户可以方便地在任何应用、任何时间、任何地点上传,下载和管理数据。
 
+## 版本
+> - Current version: v1.9.8
+
 ## 运行环境
 > - Go 1.5及以上。
 

+ 3 - 0
README.md

@@ -12,6 +12,9 @@
 > - The OSS can store any type of files and therefore applies to various websites, development enterprises and developers.
 > - With this SDK, you can upload, download and manage data on any app anytime and anywhere conveniently. 
 
+## Version
+> - Current version: v1.9.8
+
 ## Running Environment
 > - Go 1.5 or above.