Skip to content

Commit 30a46b5

Browse files
increment $VERSION after 0.021 release
1 parent c1aac07 commit 30a46b5

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.021 2023-04-22 17:25:12Z
46
- fix bad handling of empty patterns in "pattern",
57
"patternProperties" keywords

lib/JSON/Schema/Tiny.pm

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

7-
our $VERSION = '0.021';
7+
our $VERSION = '0.022';
88

99
use 5.020; # for unicode_strings, signatures, postderef features
1010
use experimental 0.026 qw(signatures postderef args_array_with_signatures);

0 commit comments

Comments
 (0)