Skip to content

Commit

Permalink
release v1.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
taowei.wtw committed May 27, 2019
1 parent bef4de6 commit a1626a1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
### 变更内容
Expand Down
3 changes: 3 additions & 0 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
> - OSS适合存放任意文件类型,适合各种网站、开发企业及开发者使用。
> - 使用此SDK,用户可以方便地在任何应用、任何时间、任何地点上传,下载和管理数据。
## 版本
> - Current version: v1.9.8
## 运行环境
> - Go 1.5及以上。
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a1626a1

Please sign in to comment.