Skip to content

Commit

Permalink
Cleanup after v0.3.16 release
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhu36 committed Jun 17, 2020
1 parent f5da802 commit 3a57ca8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
## 0.3.16 (Unreleased)
## 0.3.17 (Unreleased)
## 0.3.16 (June 18, 2020)

IMPROVEMENTS:
- [Enhance tests][Files & Directory scenarios] Test get nested directories and files in nested directory [GH-98](https://github.com/fog/fog-aliyun/pull/98)
- remove get_bucket_location and use ruby sdk to improve performance when uploading object [GH-97](https://github.com/fog/fog-aliyun/pull/97)
- using bucket_exist to checking bucket [GH-95](https://github.com/fog/fog-aliyun/pull/95)
- add change log [GH-94](https://github.com/fog/fog-aliyun/pull/94)

BUG FIXES:
- fix delete all of files bug when specifying a prefix [GH-102](https://github.com/fog/fog-aliyun/pull/102)

## 0.3.15 (June 05, 2020)

BUG FIXES:
Expand Down
2 changes: 1 addition & 1 deletion lib/fog/aliyun/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Fog
module Aliyun
VERSION = '0.3.15'
VERSION = '0.3.16'
end
end

0 comments on commit 3a57ca8

Please sign in to comment.