Skip to content

Commit 9044485

Browse files
increment $VERSION after 0.087 release
1 parent d7833c6 commit 9044485

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Revision history for OpenAPI-Modern
22

3+
{{$NEXT}}
4+
35
0.087 2025-06-17 21:01:06Z
46
- various fixes to instance and keyword locations in some errors
57
when validating requests and responses

lib/JSON/Schema/Modern/Document/OpenAPI.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package JSON::Schema::Modern::Document::OpenAPI;
44
# ABSTRACT: One OpenAPI v3.1 document
55
# KEYWORDS: JSON Schema data validation request response OpenAPI
66

7-
our $VERSION = '0.087';
7+
our $VERSION = '0.088';
88

99
use 5.020;
1010
use utf8;

lib/JSON/Schema/Modern/Vocabulary/OpenAPI.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package JSON::Schema::Modern::Vocabulary::OpenAPI;
33
# vim: set ts=8 sts=2 sw=2 tw=100 et :
44
# ABSTRACT: Implementation of the JSON Schema OpenAPI vocabulary
55

6-
our $VERSION = '0.087';
6+
our $VERSION = '0.088';
77

88
use 5.020;
99
use utf8;

lib/OpenAPI/Modern.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package OpenAPI::Modern;
44
# ABSTRACT: Validate HTTP requests and responses against an OpenAPI v3.1 document
55
# KEYWORDS: validation evaluation JSON Schema OpenAPI v3.1 Swagger HTTP request response
66

7-
our $VERSION = '0.087';
7+
our $VERSION = '0.088';
88

99
use 5.020;
1010
use utf8;

0 commit comments

Comments
 (0)