From 185b39a829df9117da185c5e7de04944d0b0149b Mon Sep 17 00:00:00 2001 From: Tatsuki Sugiura Date: Wed, 16 Mar 2016 20:04:07 +0900 Subject: [PATCH] Bump version. --- ChangeLog | 7 +++++++ lib/osdn/cli/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 523e1aa..b5f02c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2016-03-16 Tatsuki Sugiura + + * 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 * Version 0.0.4 diff --git a/lib/osdn/cli/version.rb b/lib/osdn/cli/version.rb index e4bdb51..4231a6a 100644 --- a/lib/osdn/cli/version.rb +++ b/lib/osdn/cli/version.rb @@ -1,5 +1,5 @@ module OSDN module CLI - VERSION = "0.0.4" + VERSION = "0.0.5" end end -- 2.11.0