Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v2.1.2.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index a6f3f73..89485e6 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,11 @@ Revision history for Perl extension Ukigumo-Server

 {{$NEXT}}

+v2.1.2 2014-04-08T07:07:29Z
+
+    - Show build ID column in tables
+    - Show elapsed time column in tables
+
 v2.1.1 2014-04-06T14:50:51Z

     - Support STATUS_TIMEOUT
  • Loading branch information
moznion committed Apr 8, 2014
1 parent 21530c9 commit f51074e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Revision history for Perl extension Ukigumo-Server

{{$NEXT}}

v2.1.2 2014-04-08T07:07:29Z

- Show build ID column in tables
- Show elapsed time column in tables

v2.1.1 2014-04-06T14:50:51Z

- Support STATUS_TIMEOUT
Expand Down
5 changes: 3 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"tokuhirom <[email protected]>"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v0.13.0, CPAN::Meta::Converter version 2.133380",
"generated_by" : "Minilla/v0.14.1, CPAN::Meta::Converter version 2.133380",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -42,6 +42,7 @@
"SQL::Translator::Producer::Teng" : "0",
"Test::CPAN::Meta" : "0",
"Test::MinimumVersion::Fast" : "0.04",
"Test::PAUSE::Permissions" : "0.04",
"Test::Perl::Critic" : "0",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7"
Expand Down Expand Up @@ -121,7 +122,7 @@
"web" : "https://github.com/ukigumo/Ukigumo-Server"
}
},
"version" : "v2.1.1",
"version" : "v2.1.2",
"x_contributors" : [
"xaicron <[email protected]>",
"Kan Fushihara <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion lib/Ukigumo/Server.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Ukigumo::Server;
use strict;
use warnings;
use 5.010001;
use version; our $VERSION = version->declare('v2.1.1');
use version; our $VERSION = version->declare('v2.1.2');

use parent qw(Amon2);
use Carp;
Expand Down

0 comments on commit f51074e

Please sign in to comment.