Skip to content

Commit aaa47cd

Browse files
increment $VERSION after 0.546 release
1 parent f25d199 commit aaa47cd

16 files changed

+17
-15
lines changed

Changes

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

3+
{{$NEXT}}
4+
35
0.546 2022-02-23 01:33:03Z
46
- avoid use of newly-experimental signature syntax on 5.35.9
57

lib/JSON/Schema/Modern.pm

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

8-
our $VERSION = '0.546';
8+
our $VERSION = '0.547';
99

1010
use 5.020; # for fc, unicode_strings features
1111
use Moo;

lib/JSON/Schema/Modern/Annotation.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package JSON::Schema::Modern::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.546';
7+
our $VERSION = '0.547';
88

99
use 5.020;
1010
use Moo;

lib/JSON/Schema/Modern/Document.pm

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

7-
our $VERSION = '0.546';
7+
our $VERSION = '0.547';
88

99
use 5.020;
1010
use Moo;

lib/JSON/Schema/Modern/Error.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package JSON::Schema::Modern::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.546';
7+
our $VERSION = '0.547';
88

99
use 5.020;
1010
use Moo;

lib/JSON/Schema/Modern/Result.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package JSON::Schema::Modern::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.546';
7+
our $VERSION = '0.547';
88

99
use 5.020;
1010
use Moo;

lib/JSON/Schema/Modern/Utilities.pm

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

7-
our $VERSION = '0.546';
7+
our $VERSION = '0.547';
88

99
use 5.020;
1010
use strictures 2;

lib/JSON/Schema/Modern/Vocabulary.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package JSON::Schema::Modern::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.546';
7+
our $VERSION = '0.547';
88

99
use 5.020;
1010
use Moo::Role;

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

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

7-
our $VERSION = '0.546';
7+
our $VERSION = '0.547';
88

99
use 5.020;
1010
use Moo;

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

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

7-
our $VERSION = '0.546';
7+
our $VERSION = '0.547';
88

99
use 5.020;
1010
use Moo;

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

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

7-
our $VERSION = '0.546';
7+
our $VERSION = '0.547';
88

99
use 5.020;
1010
use Moo;

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

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

7-
our $VERSION = '0.546';
7+
our $VERSION = '0.547';
88

99
use 5.020;
1010
use Moo;

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

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

7-
our $VERSION = '0.546';
7+
our $VERSION = '0.547';
88

99
use 5.020;
1010
use Moo;

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

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

7-
our $VERSION = '0.546';
7+
our $VERSION = '0.547';
88

99
use 5.020;
1010
use Moo;

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

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

7-
our $VERSION = '0.546';
7+
our $VERSION = '0.547';
88

99
use 5.020;
1010
use Moo;

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

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

7-
our $VERSION = '0.546';
7+
our $VERSION = '0.547';
88

99
use 5.020;
1010
use Moo;

0 commit comments

Comments
 (0)