Skip to content

Commit

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

diff --git a/Changes b/Changes
index 4b543a4..7972b58 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Function-Return
 
 {{$NEXT}}
 
+0.10 2021-03-20T11:39:36Z
+    - [BUGFIX] Fix @isa bugs #22
+    - [IMCOMPATIBLE CHANGE] Delete Meta class #22
+
 0.09 2021-03-16T13:35:42Z
     - improve Function::Return#Return attribute #18
  • Loading branch information
kfly8 committed Mar 20, 2021
1 parent 02562b7 commit 8113e8e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Revision history for Perl extension Function-Return

{{$NEXT}}

0.10 2021-03-20T11:39:36Z
- [BUGFIX] Fix @ISA bugs #22
- [IMCOMPATIBLE CHANGE] Delete Meta class #22

0.09 2021-03-16T13:35:42Z
- improve Function::Return#Return attribute #18

Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"web" : "https://github.com/kfly8/p5-Function-Return"
}
},
"version" : "0.09",
"version" : "0.10",
"x_authority" : "cpan:KFLY",
"x_contributors" : [
"Kenta Kobayashi <kentafly88@gmail.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.09";
our $VERSION = "0.10";

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

0 comments on commit 8113e8e

Please sign in to comment.