OSDN Git Service

bump version to 0.0.3. v0.0.3
authorTatsuki Sugiura <sugi@nemui.org>
Tue, 15 Mar 2016 07:12:35 +0000 (16:12 +0900)
committerTatsuki Sugiura <sugi@nemui.org>
Tue, 15 Mar 2016 07:12:35 +0000 (16:12 +0900)
ChangeLog
lib/osdn/cli/version.rb

index b401a15..b3fbbc8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-03-15  Tatsuki Sugiura  <sugi@nemui.org>
+
+       * frs_upload: show upload progres in verbose mode.
+       * frs_upload: validates file digest after upload.
+
 2016-03-14  Tatsuki Sugiura  <sugi@nemui.org>
 
        * Version 0.0.2
@@ -8,4 +13,3 @@
 2016-03-11  Tatsuki Sugiura  <sugi@osdn.jp>
 
        * Initial Version (0.0.1)
-
index cce4a99..bbb2a4f 100644 (file)
@@ -1,5 +1,5 @@
 module OSDN
   module CLI
-    VERSION = "0.0.2"
+    VERSION = "0.0.3"
   end
 end