Skip to content

Commit

Permalink
released 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhoLiu committed Mar 26, 2017
1 parent 5274b3d commit 3e1c6fb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,26 @@ Changelog
----------


Version 0.13
~~~~~~~~~~~~

released on 2017-03-26

* 增加 copy 命令
* 增加 du 命令
* 增加 test 命令
* 优化请求次数, 列出目录时获取文件信息, 不再单独获取
* ls 命令支持递归列出目录下所有文件


Version 0.12
~~~~~~~~~~~~

released on 2017-03-19

* 增加用户级配置支持
* 增加 Debug 和 Dry run 模式
* 增加 mv 操作
* 增加 mv 命令

Version 0.11
~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion coscli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

__version__ = "0.12"
__version__ = "0.13"

0 comments on commit 3e1c6fb

Please sign in to comment.