Skip to content

Commit

Permalink
Released version 0.58
Browse files Browse the repository at this point in the history
 - Add support for using operationId instead of x-mojo-controller #36 #37
 - Add "swagger_route_added" event #27
 - Remove "valid" from standard error structure since it was redundant
 - Documented how to include http://git.io/vcKD4
  • Loading branch information
Jan Henning Thorsen committed Oct 6, 2015
1 parent 783726d commit 0d1ed5a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Changes
@@ -1,8 +1,8 @@
Revision history for perl distribution Swagger2

0.58 Not Released
0.58 2015-10-06T11:36:29+0200
- Add support for using operationId instead of x-mojo-controller #36 #37
- Add "swagger_route_added" event
- Add "swagger_route_added" event #27
- Remove "valid" from standard error structure since it was redundant
- Documented how to include http://git.io/vcKD4

Expand Down
2 changes: 1 addition & 1 deletion README
Expand Up @@ -2,7 +2,7 @@ NAME
Swagger2 - Swagger RESTful API Documentation

VERSION
0.57
0.58

DESCRIPTION
Swagger2 is a module for generating, parsing and transforming swagger
Expand Down
4 changes: 2 additions & 2 deletions lib/Swagger2.pm
Expand Up @@ -6,7 +6,7 @@ Swagger2 - Swagger RESTful API Documentation
=head1 VERSION
0.57
0.58
=head1 DESCRIPTION
Expand Down Expand Up @@ -62,7 +62,7 @@ use File::Basename ();
use File::Spec;
use Swagger2::SchemaValidator;

our $VERSION = '0.57';
our $VERSION = '0.58';

# Should be considered internal
our $SPEC_FILE = File::Spec->catfile(File::Basename::dirname(__FILE__), 'Swagger2', 'schema.json');
Expand Down

0 comments on commit 0d1ed5a

Please sign in to comment.