Skip to content

Commit

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

diff --git a/Changes b/Changes
index ca5f7de..626b490 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,13 @@ Revision history for Perl extension Ukigumo-Server

 {{$NEXT}}

+v2.1.0 2014-04-05T05:45:25Z
+
+    - Fix the bug that does not work on Windows (tokuhirom)
+    - Generate RSS feeds (mattn)
+    - Prefer "project [branch](rivision)" to be same as /recent (mattn)
+    - (*** INCOMPATIBLE CHANGE / ALTER DATABASE SCHEMA IS REQUIRED ***) Change to store elapsed time (moznion)
+
 v2.0.3 2014-03-17T15:23:28Z

     - Fix mojibake
  • Loading branch information
moznion committed Apr 5, 2014
1 parent fae03a9 commit 9eb9564
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ Revision history for Perl extension Ukigumo-Server

{{$NEXT}}

v2.1.0 2014-04-05T05:45:25Z

- Fix the bug that does not work on Windows (tokuhirom)
- Generate RSS feeds (mattn)
- Prefer "project [branch](rivision)" to be same as /recent (mattn)
- (*** INCOMPATIBLE CHANGE / ALTER DATABASE SCHEMA IS REQUIRED ***) Change to store elapsed time (moznion)

v2.0.3 2014-03-17T15:23:28Z

- Fix mojibake
Expand Down
8 changes: 5 additions & 3 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@
"DBIx::Schema::DSL" : "0",
"Locale::Maketext::Extract::Plugin::Xslate" : "v0.0.2",
"Path::Tiny" : "0",
"Perl::Critic" : "0",
"SQL::Translator::Producer::Teng" : "0",
"Test::CPAN::Meta" : "0",
"Test::MinimumVersion" : "0.10108",
"Test::Perl::Critic" : "0",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7"
}
Expand Down Expand Up @@ -68,13 +70,13 @@
"Locale::Maketext::Extract" : "0",
"Locale::Maketext::Lexicon" : "0",
"Module::Functions" : "0",
"POSIX::strftime::Compiler" : "0.31",
"Plack::Builder" : "0",
"Plack::Loader" : "0",
"Plack::Middleware::ReverseProxy" : "0.09",
"Plack::Middleware::Session" : "0.14",
"Plack::Session::Store::File" : "0",
"Pod::Usage" : "0",
"POSIX::strftime::Compiler" : "0.31",
"Router::Simple" : "0.14",
"Router::Simple::Sinatraish" : "0",
"Starlet" : "0",
Expand Down Expand Up @@ -120,18 +122,18 @@
"web" : "https://github.com/ukigumo/Ukigumo-Server"
}
},
"version" : "v2.0.3",
"version" : "v2.1.0",
"x_contributors" : [
"xaicron <[email protected]>",
"Kan Fushihara <[email protected]>",
"mattn <[email protected]>",
"Kan Fushihara <[email protected]>",
"Tomohiro Hosaka <[email protected]>",
"studio3104 <[email protected]>",
"HIROSE Masaaki <[email protected]>",
"Takumi Sakamoto <[email protected]>",
"Songmu <[email protected]>",
"cho45 <[email protected]>",
"mattn <[email protected]>",
"moznion <[email protected]>"
]
}
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.0.3');
use version; our $VERSION = version->declare('v2.1.0');

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

0 comments on commit 9eb9564

Please sign in to comment.