Skip to content

Commit

Permalink
Released version 2.02
Browse files Browse the repository at this point in the history
 - Mention EXPERIMENTAL support for OpenAPI v3 #75
  • Loading branch information
Jan Henning Thorsen committed Nov 14, 2018
1 parent f3c068f commit b834763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for perl distribution Mojolicious-Plugin-OpenAPI

2.02 Not Released
2.02 2018-11-14T13:13:13+0900
- Mention EXPERIMENTAL support for OpenAPI v3 #75

2.01 2018-10-26T11:58:10+0900
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/OpenAPI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Mojo::Util::monkey_patch(__PACKAGE__,
? sub { Mojo::ByteStream->new(Text::Markdown::markdown($_[0])) }
: sub { $_[0] });

our $VERSION = '2.01';
our $VERSION = '2.02';
my $X_RE = qr{^x-};

has route => sub {undef};
Expand Down

0 comments on commit b834763

Please sign in to comment.