Skip to content

Commit 8c29885

Browse files
committed
v0.18
1 parent d2d983a commit 8c29885

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for Perl extension GraphQL-Plugin-Convert-OpenAPI
22

3+
0.18 Fri 8 Feb 23:07:27 GMT 2019
4+
- dep on JSON::Validator::OpenAPI::Mojolicious - thanks @eserte
5+
36
0.17 Thu 2 Aug 17:46:36 BST 2018
47
- dep on OpenAPI::Client 0.17 - thanks @vanHoesel
58

lib/GraphQL/Plugin/Convert/OpenAPI.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use GraphQL::Debug qw(_debug);
77
use JSON::Validator::OpenAPI::Mojolicious;
88
use OpenAPI::Client;
99

10-
our $VERSION = "0.17";
10+
our $VERSION = "0.18";
1111
use constant DEBUG => $ENV{GRAPHQL_DEBUG};
1212

1313
my %TYPEMAP = (

0 commit comments

Comments
 (0)