Skip to content

Commit

Permalink
0.27 release
Browse files Browse the repository at this point in the history
  • Loading branch information
FGasper committed Mar 22, 2023
1 parent 14623a1 commit 0f7137a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for Perl module Promise::ES6

0.27
0.27 Wed 22 Mar 2023
- Tweak AWAIT_GET to conform to Awaitable 0.65 test suite, which added
a new requirement for error reporting. Errors will now “come from”
whatever calls AWAIT_GET rather than AWAIT_GET’s internals.
Expand Down
2 changes: 1 addition & 1 deletion lib/Promise/ES6.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Promise::ES6;
use strict;
use warnings;

our $VERSION = '0.26_90';
our $VERSION = '0.27';

=encoding utf-8
Expand Down

0 comments on commit 0f7137a

Please sign in to comment.