Skip to content

Commit

Permalink
Sisimai 5.1.0 RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
azumakuniyuki committed Jul 1, 2024
1 parent 330424d commit 70cd732
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ RELEASE NOTES for Perl version of Sisimai
- download: "https://metacpan.org/pod/Sisimai"
- document: "https://libsisimai.org/"

v5.0.3p5
v5.1.0
---------------------------------------------------------------------------------------------------
- release: ""
- version: ""
- release: "Mon, 1 Jul 2024 12:02:22 +0900 (JST)"
- version: "5.1.0"
- changes:
- #531 #535 Remove v4 compatible features
- `Sisimai->make()`
Expand Down Expand Up @@ -40,8 +40,8 @@ v5.0.3p5

v5.0.3
---------------------------------------------------------------------------------------------------
- release: "5.0.3"
- version: "Wed, 22 May 2024 14:00:22 +0900 (JST)"
- release: "Wed, 22 May 2024 14:00:22 +0900 (JST)"
- version: "5.0.3"
- changes:
- Declare `use v5.26;` at each file using the postfix dereference #511
- Replace `use feature ":5.10";` with `use v5.26;`
Expand Down
2 changes: 1 addition & 1 deletion lib/Sisimai.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Sisimai;
use v5.26;
use strict;
use warnings;
use version; our $VERSION = version->declare('v5.0.3'); our $PATCHLV = 5;
use version; our $VERSION = version->declare('v5.1.0'); our $PATCHLV = 0;
sub version { return substr($VERSION->stringify, 1).($PATCHLV > 0 ? 'p'.$PATCHLV : '') }
sub libname { 'Sisimai' }

Expand Down

0 comments on commit 70cd732

Please sign in to comment.