Skip to content

Commit

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

diff --git a/Changes b/Changes
index 060b842..adbe729 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for perl module Routes::Tiny

 {{$NEXT}}

+0.18 2016-12-26T20:34:29Z
+
+ - merge arguments in subroutes by pushing (+arguments)
+
 0.17 2016-12-26T18:28:28Z

  - merge arguments in subroutes
  • Loading branch information
vti committed Dec 26, 2016
1 parent 5d5ebb5 commit 77675ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Revision history for perl module Routes::Tiny

{{$NEXT}}

0.18 2016-12-26T20:34:29Z

- merge arguments in subroutes by pushing (+arguments)

0.17 2016-12-26T18:28:28Z

- merge arguments in subroutes
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"web" : "https://github.com/vti/routes-tiny"
}
},
"version" : "0.17",
"version" : "0.18",
"x_contributors" : [
"Sergey Zasenko <[email protected]>",
"Dmitry Smal <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion lib/Routes/Tiny.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require Carp;
require Scalar::Util;
use Routes::Tiny::Pattern;

our $VERSION = 0.17;
our $VERSION = 0.18;

sub new {
my $class = shift;
Expand Down

0 comments on commit 77675ab

Please sign in to comment.