Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
FGasper committed Aug 16, 2021
1 parent 2d9584c commit 057af59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Revision history for Perl extension Promise::XS:

0.15
- Hard-code the name of the converter sub in XS. This improves compatibility
with perlcc.

0.14 Wed 24 Feb 2021
- Fix hold-ref test’s skip logic for old Future::AsyncAwait versions.

Expand Down
2 changes: 1 addition & 1 deletion lib/Promise/XS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use warnings;
our $VERSION;

BEGIN {
$VERSION = '0.14';
$VERSION = '0.15_01';
}

=encoding utf-8
Expand Down

0 comments on commit 057af59

Please sign in to comment.