Skip to content

Commit

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

diff --git a/Changes b/Changes
index b5b44b1..1836244 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension Syntax-Keyword-Assert
 
 {{$NEXT}}
 
+0.15 2024-12-18T00:45:00Z
+    - Added `isa` operator error messages #8
+
 0.14 2024-12-17T22:26:00Z
     - Added comparison operator error messages such as < > <= >= lt gt le ge. #5
  • Loading branch information
kfly8 committed Dec 18, 2024
1 parent dc1ae36 commit 9e5e0b8
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.15 2024-12-18T00:45:00Z
- Added `isa` operator error messages #8

0.14 2024-12-17T22:26:00Z
- Added comparison operator error messages such as < > <= >= lt gt le ge. #5

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.14",
"version" : "0.15",
"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.14;
package Syntax::Keyword::Assert 0.15;

use v5.14;
use warnings;
Expand Down

0 comments on commit 9e5e0b8

Please sign in to comment.