Skip to content

Commit 070a5f3

Browse files
increment $VERSION after 0.019 release
1 parent 9728415 commit 070a5f3

14 files changed

+15
-13
lines changed

Changes

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Revision history for JSON-Schema-Draft201909
22

3+
{{$NEXT}}
4+
35
0.019 2020-12-08 18:40:10Z
46
- further improvements to the "terse" output format
57
- add_schema will now die with a Result object rather than a

lib/JSON/Schema/Draft201909.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package JSON::Schema::Draft201909;
55
# ABSTRACT: Validate data against a schema
66
# KEYWORDS: JSON Schema data validation structure specification
77

8-
our $VERSION = '0.019';
8+
our $VERSION = '0.020';
99

1010
use 5.016; # for fc, unicode_strings features
1111
no if "$]" >= 5.031009, feature => 'indirect';

lib/JSON/Schema/Draft201909/Annotation.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package JSON::Schema::Draft201909::Annotation;
44
# vim: set ts=8 sts=2 sw=2 tw=100 et :
55
# ABSTRACT: Contains a single annotation from a JSON Schema evaluation
66

7-
our $VERSION = '0.019';
7+
our $VERSION = '0.020';
88

99
use 5.016;
1010
no if "$]" >= 5.031009, feature => 'indirect';

lib/JSON/Schema/Draft201909/Document.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package JSON::Schema::Draft201909::Document;
44
# vim: set ts=8 sts=2 sw=2 tw=100 et :
55
# ABSTRACT: One JSON Schema document
66

7-
our $VERSION = '0.019';
7+
our $VERSION = '0.020';
88

99
use 5.016;
1010
no if "$]" >= 5.031009, feature => 'indirect';

lib/JSON/Schema/Draft201909/Error.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package JSON::Schema::Draft201909::Error;
44
# vim: set ts=8 sts=2 sw=2 tw=100 et :
55
# ABSTRACT: Contains a single error from a JSON Schema evaluation
66

7-
our $VERSION = '0.019';
7+
our $VERSION = '0.020';
88

99
use 5.016;
1010
no if "$]" >= 5.031009, feature => 'indirect';

lib/JSON/Schema/Draft201909/Result.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package JSON::Schema::Draft201909::Result;
44
# vim: set ts=8 sts=2 sw=2 tw=100 et :
55
# ABSTRACT: Contains the result of a JSON Schema evaluation
66

7-
our $VERSION = '0.019';
7+
our $VERSION = '0.020';
88

99
use 5.016;
1010
no if "$]" >= 5.031009, feature => 'indirect';

lib/JSON/Schema/Draft201909/Utilities.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package JSON::Schema::Draft201909::Utilities;
44
# vim: set ts=8 sts=2 sw=2 tw=100 et :
55
# ABSTRACT: Internal utilities for JSON::Schema::Draft201909
66

7-
our $VERSION = '0.019';
7+
our $VERSION = '0.020';
88

99
use 5.016;
1010
no if "$]" >= 5.031009, feature => 'indirect';

lib/JSON/Schema/Draft201909/Vocabulary.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package JSON::Schema::Draft201909::Vocabulary;
44
# vim: set ts=8 sts=2 sw=2 tw=100 et :
55
# ABSTRACT: Base role for JSON Schema vocabulary classes
66

7-
our $VERSION = '0.019';
7+
our $VERSION = '0.020';
88

99
use 5.016;
1010
no if "$]" >= 5.031009, feature => 'indirect';

lib/JSON/Schema/Draft201909/Vocabulary/Applicator.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package JSON::Schema::Draft201909::Vocabulary::Applicator;
44
# vim: set ts=8 sts=2 sw=2 tw=100 et :
55
# ABSTRACT: Implementation of the JSON Schema Draft 2019-09 Applicator vocabulary
66

7-
our $VERSION = '0.019';
7+
our $VERSION = '0.020';
88

99
use 5.016;
1010
no if "$]" >= 5.031009, feature => 'indirect';

lib/JSON/Schema/Draft201909/Vocabulary/Content.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package JSON::Schema::Draft201909::Vocabulary::Content;
44
# vim: set ts=8 sts=2 sw=2 tw=100 et :
55
# ABSTRACT: Implementation of the JSON Schema Draft 2019-09 Content vocabulary
66

7-
our $VERSION = '0.019';
7+
our $VERSION = '0.020';
88

99
use 5.016;
1010
no if "$]" >= 5.031009, feature => 'indirect';

lib/JSON/Schema/Draft201909/Vocabulary/Core.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package JSON::Schema::Draft201909::Vocabulary::Core;
44
# vim: set ts=8 sts=2 sw=2 tw=100 et :
55
# ABSTRACT: Implementation of the JSON Schema Draft 2019-09 Core vocabulary
66

7-
our $VERSION = '0.019';
7+
our $VERSION = '0.020';
88

99
use 5.016;
1010
no if "$]" >= 5.031009, feature => 'indirect';

lib/JSON/Schema/Draft201909/Vocabulary/Format.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package JSON::Schema::Draft201909::Vocabulary::Format;
44
# vim: set ts=8 sts=2 sw=2 tw=100 et :
55
# ABSTRACT: Implementation of the JSON Schema Draft 2019-09 Format vocabulary
66

7-
our $VERSION = '0.019';
7+
our $VERSION = '0.020';
88

99
use 5.016;
1010
no if "$]" >= 5.031009, feature => 'indirect';

lib/JSON/Schema/Draft201909/Vocabulary/MetaData.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package JSON::Schema::Draft201909::Vocabulary::MetaData;
44
# vim: set ts=8 sts=2 sw=2 tw=100 et :
55
# ABSTRACT: Implementation of the JSON Schema Draft 2019-09 Meta-Data vocabulary
66

7-
our $VERSION = '0.019';
7+
our $VERSION = '0.020';
88

99
use 5.016;
1010
no if "$]" >= 5.031009, feature => 'indirect';

lib/JSON/Schema/Draft201909/Vocabulary/Validation.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package JSON::Schema::Draft201909::Vocabulary::Validation;
44
# vim: set ts=8 sts=2 sw=2 tw=100 et :
55
# ABSTRACT: Implementation of the JSON Schema Draft 2019-09 Validation vocabulary
66

7-
our $VERSION = '0.019';
7+
our $VERSION = '0.020';
88

99
use 5.016;
1010
no if "$]" >= 5.031009, feature => 'indirect';

0 commit comments

Comments
 (0)