Skip to content

Commit 37c19aa

Browse files
committed
v0.19
1 parent 0b11c74 commit 37c19aa

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.19 Fri 8 Feb 23:21:21 GMT 2019
4+
- update to new SDL format
5+
36
0.18 Fri 8 Feb 23:07:27 GMT 2019
47
- dep on JSON::Validator::OpenAPI::Mojolicious - thanks @eserte
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.18";
10+
our $VERSION = "0.19";
1111
use constant DEBUG => $ENV{GRAPHQL_DEBUG};
1212

1313
my %TYPEMAP = (

0 commit comments

Comments
 (0)