Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.16.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 9f24675..960d9de 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for Perl extension Syntax-Keyword-Assert
 
 {{$NEXT}}
+
+0.16 2024-12-18T09:01:18Z
     - Fixed `isa` operator #9
 
 0.15 2024-12-18T00:45:00Z
  • Loading branch information
kfly8 committed Dec 18, 2024
1 parent fc01a65 commit 54dd7c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Revision history for Perl extension Syntax-Keyword-Assert

{{$NEXT}}

0.16 2024-12-18T09:01:18Z
- Fixed `isa` operator #9

0.15 2024-12-18T00:45:00Z
- Added `isa` operator error messages #8

Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"web" : "https://github.com/kfly8/Syntax-Keyword-Assert"
}
},
"version" : "0.15",
"version" : "0.16",
"x_authority" : "cpan:KFLY",
"x_serialization_backend" : "JSON::PP version 4.16",
"x_static_install" : 0
Expand Down
2 changes: 1 addition & 1 deletion lib/Syntax/Keyword/Assert.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package Syntax::Keyword::Assert 0.15;
package Syntax::Keyword::Assert 0.16;

use v5.14;
use warnings;
Expand Down

0 comments on commit 54dd7c9

Please sign in to comment.