Skip to content

Commit

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

diff --git a/Changes b/Changes
index cd59a40..b5b44b1 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for Perl extension Syntax-Keyword-Assert
 
 {{$NEXT}}
+
+0.14 2024-12-17T22:26:00Z
     - Added comparison operator error messages such as < > <= >= lt gt le ge. #5
 
 0.13 2024-12-15T14:04:56Z
  • Loading branch information
kfly8 committed Dec 17, 2024
1 parent 4104abc commit ef4419c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for Perl extension Syntax-Keyword-Assert

{{$NEXT}}

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

0.13 2024-12-15T14:04:56Z
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.13",
"version" : "0.14",
"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.13;
package Syntax::Keyword::Assert 0.14;

use v5.14;
use warnings;
Expand Down

0 comments on commit ef4419c

Please sign in to comment.