Skip to content

Commit

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

diff --git a/Changes b/Changes
index 9accfaa..f049f0c 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@

 {{$NEXT}}

+0.09 2015-02-27T00:33:46Z
+
    - only "post_ok" method will be documented
    - use utf8 flag on json-module
  • Loading branch information
yusukebe committed Feb 27, 2015
1 parent 007e143 commit 9660361
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

{{$NEXT}}

0.09 2015-02-27T00:33:46Z

- only "post_ok" method will be documented
- use utf8 flag on json-module

Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@
"web" : "https://github.com/yusukebe/Test-JSON-RPC-Autodoc"
}
},
"version" : "0.08",
"version" : "0.09",
"x_authority" : "cpan:YUSUKEBE"
}
2 changes: 1 addition & 1 deletion lib/Test/JSON/RPC/Autodoc.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Path::Tiny qw/path/;
use Text::Xslate;
use Test::JSON::RPC::Autodoc::Request;

our $VERSION = "0.08";
our $VERSION = "0.09";

sub new {
my ($class, %opt) = @_;
Expand Down

0 comments on commit 9660361

Please sign in to comment.