Skip to content

Commit 3f402f1

Browse files
increment $VERSION after 0.023 release
1 parent 657d139 commit 3f402f1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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 JSON-Schema-Tiny
22

3+
{{$NEXT}}
4+
35
0.023 2024-04-17 17:55:32Z
46
- remove use of JSON::MaybeXS, to avoid potential use of JSON::XS;
57
now we use Cpanel::JSON::XS or JSON::PP directly, using the same

lib/JSON/Schema/Tiny.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package JSON::Schema::Tiny;
55
# ABSTRACT: Validate data against a schema, minimally
66
# KEYWORDS: JSON Schema data validation structure specification tiny
77

8-
our $VERSION = '0.023';
8+
our $VERSION = '0.024';
99

1010
use 5.020; # for unicode_strings, signatures, postderef features
1111
use stable 0.031 'postderef';

0 commit comments

Comments
 (0)