From cfd7b67e9ae5f9ce95ec3f7025fa2277e1ca3a96 Mon Sep 17 00:00:00 2001 From: Tatsuki Sugiura Date: Tue, 15 Mar 2016 16:12:35 +0900 Subject: [PATCH] bump version to 0.0.3. --- ChangeLog | 6 +++++- lib/osdn/cli/version.rb | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b401a15..b3fbbc8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-03-15 Tatsuki Sugiura + + * frs_upload: show upload progres in verbose mode. + * frs_upload: validates file digest after upload. + 2016-03-14 Tatsuki Sugiura * Version 0.0.2 @@ -8,4 +13,3 @@ 2016-03-11 Tatsuki Sugiura * Initial Version (0.0.1) - diff --git a/lib/osdn/cli/version.rb b/lib/osdn/cli/version.rb index cce4a99..bbb2a4f 100644 --- a/lib/osdn/cli/version.rb +++ b/lib/osdn/cli/version.rb @@ -1,5 +1,5 @@ module OSDN module CLI - VERSION = "0.0.2" + VERSION = "0.0.3" end end -- 2.11.0