Skip to content

Commit

Permalink
0.20 release
Browse files Browse the repository at this point in the history
  • Loading branch information
FGasper committed Apr 11, 2023
1 parent a7e98fb commit 1382b38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Perl extension Promise::XS:

0.20 Mon 10 Apr 2023
- Version bump to “fix” CPAN Testers.

0.19 Thu 16 Mar 2023
- Fix a couple free-after-use bugs.
Thank you, @andk!
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.19';
$VERSION = '0.20';
}

=encoding utf-8
Expand Down

0 comments on commit 1382b38

Please sign in to comment.