OSDN Git Service

Bump version. v0.0.5
authorTatsuki Sugiura <sugi@nemui.org>
Wed, 16 Mar 2016 11:04:07 +0000 (20:04 +0900)
committerTatsuki Sugiura <sugi@nemui.org>
Wed, 16 Mar 2016 11:04:07 +0000 (20:04 +0900)
ChangeLog
lib/osdn/cli/version.rb

index 523e1aa..b5f02c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2016-03-16  Tatsuki Sugiura  <sugi@nemui.org>
+
+       * Version 0.0.5
+       * Default loglevel has been changed to INFO.
+       * Add release and relfile command.
+       * frs_upload: sort files in alphabetical order.
+
 2016-03-15  Tatsuki Sugiura  <sugi@nemui.org>
 
        * Version 0.0.4
index e4bdb51..4231a6a 100644 (file)
@@ -1,5 +1,5 @@
 module OSDN
   module CLI
-    VERSION = "0.0.4"
+    VERSION = "0.0.5"
   end
 end