OSDN Git Service

Update version. master v0.1.11
authorTatsuki Sugiura <sugi@nemui.org>
Mon, 29 Oct 2018 10:30:54 +0000 (19:30 +0900)
committerTatsuki Sugiura <sugi@nemui.org>
Mon, 29 Oct 2018 10:30:54 +0000 (19:30 +0900)
ChangeLog
lib/osdn/cli/version.rb

index 80fc0aa..77c434b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-10-29  Tatsuki Sugiura  <sugi@nemui.org>
+
+       * "package" and "release" commands get target ID from vars file.
+       * Version 0.1.11
+
 2018-08-20  Tatsuki Sugiura  <sugi@nemui.org>
 
        * Fix to compat with API change; check file size instead of digest on upload
index 4b3a806..a55a5fa 100644 (file)
@@ -1,5 +1,5 @@
 module OSDN
   module CLI
-    VERSION = "0.1.10"
+    VERSION = "0.1.11"
   end
 end