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 e44563e..5cf9dab 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension Function-Return
 
 {{$NEXT}}
 
+0.15 2023-03-26T05:31:00Z
+    - [BUGFIX] An error occurred if the type takes string parameters #28 (Thanks @ybrliiu)
+
 0.14 2021-09-06T14:59:02Z
     - rerelease #26
  • Loading branch information
kfly8 committed Mar 26, 2023
1 parent 890573a commit baf2fde
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 Function-Return

{{$NEXT}}

0.15 2023-03-26T05:31:00Z
- [BUGFIX] An error occurred if the type takes string parameters #28 (Thanks @ybrliiu)

0.14 2021-09-06T14:59:02Z
- rerelease #26

Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"web" : "https://github.com/kfly8/p5-Function-Return"
}
},
"version" : "0.14",
"version" : "0.15",
"x_authority" : "cpan:KFLY",
"x_contributors" : [
"Mohammad S Anwar <mohammad.anwar@yahoo.com>",
Expand Down
2 changes: 1 addition & 1 deletion lib/Function/Return.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Function::Return;
use v5.14.0;
use warnings;

our $VERSION = "0.14";
our $VERSION = "0.15";

use Attribute::Handlers;
use B::Hooks::EndOfScope;
Expand Down

0 comments on commit baf2fde

Please sign in to comment.