Skip to content

Commit cb86017

Browse files
authored
Cleanup after release 0.3.18 (#150)
1 parent c79aac2 commit cb86017

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
## 0.3.18 (Unreleased)
1+
## 0.3.19 (Unreleased)
2+
## 0.3.18 (August 03, 2020)
3+
4+
IMPROVEMENTS:
5+
6+
- reconstruct perform test [GH-148](https://github.com/fog/fog-aliyun/pull/148)
7+
- Reconstruct fog-aliyun by using oss [GH-147](https://github.com/fog/fog-aliyun/pull/147)
8+
- reconstruct cover case test [GH-146](https://github.com/fog/fog-aliyun/pull/146)
9+
- reconstruct case test [GH-144](https://github.com/fog/fog-aliyun/pull/144)
10+
- reconstruct parts two of file [GH-143](https://github.com/fog/fog-aliyun/pull/143)
11+
- implement blobstore for cloud_controller_ng [GH-142](https://github.com/fog/fog-aliyun/pull/142)
12+
- reconstruct parts of file [GH-141](https://github.com/fog/fog-aliyun/pull/141)
13+
- reconstruct the files [GH-140](https://github.com/fog/fog-aliyun/pull/140)
14+
- reconstruct the directory [GH-139](https://github.com/fog/fog-aliyun/pull/139)
15+
- reconstruct the directories [GH-138](https://github.com/fog/fog-aliyun/pull/138)
16+
- improve files.get code [GH-137](https://github.com/fog/fog-aliyun/pull/137)
17+
- add testcase for testing head notexistfile [GH-136](https://github.com/fog/fog-aliyun/pull/136)
18+
- improve head_object using oss sdk [GH-135](https://github.com/fog/fog-aliyun/pull/135)
19+
20+
BUG FIXES:
21+
22+
- fix files all options problem [GH-149](https://github.com/fog/fog-aliyun/pull/149)
23+
224
## 0.3.17 (July 06, 2020)
325

426
IMPROVEMENTS:

lib/fog/aliyun/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Fog
44
module Aliyun
5-
VERSION = '0.3.17'
5+
VERSION = '0.3.18'
66
end
77
end

0 commit comments

Comments
 (0)