修訂 | cfd7b67e9ae5f9ce95ec3f7025fa2277e1ca3a96 (tree) |
---|---|
時間 | 2016-03-15 16:12:35 |
作者 | Tatsuki Sugiura <sugi@nemu...> |
Commiter | Tatsuki Sugiura |
bump version to 0.0.3.
@@ -1,3 +1,8 @@ | ||
1 | +2016-03-15 Tatsuki Sugiura <sugi@nemui.org> | |
2 | + | |
3 | + * frs_upload: show upload progres in verbose mode. | |
4 | + * frs_upload: validates file digest after upload. | |
5 | + | |
1 | 6 | 2016-03-14 Tatsuki Sugiura <sugi@nemui.org> |
2 | 7 | |
3 | 8 | * Version 0.0.2 |
@@ -8,4 +13,3 @@ | ||
8 | 13 | 2016-03-11 Tatsuki Sugiura <sugi@osdn.jp> |
9 | 14 | |
10 | 15 | * Initial Version (0.0.1) |
11 | - |
@@ -1,5 +1,5 @@ | ||
1 | 1 | module OSDN |
2 | 2 | module CLI |
3 | - VERSION = "0.0.2" | |
3 | + VERSION = "0.0.3" | |
4 | 4 | end |
5 | 5 | end |