Skip to content

Commit

Permalink
0.02 release
Browse files Browse the repository at this point in the history
  • Loading branch information
FGasper committed Dec 27, 2022
1 parent 7f6715d commit 24396e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Revision history for Perl extension Net::mbedTLS:

0.02
0.02 Tue Dec 27 2022
- Fixed IO::Async module not to require AnyEvent.
- Clarify Perl requirement (5.16+).
- Silence a few useless warnings (replace “pTHX” with “tTHX aTHX”).
- Added changelog.
- Added changelog. :)

0.01 Wed Dec 21 2022
- Initial release
2 changes: 1 addition & 1 deletion lib/Net/mbedTLS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ our $VERSION;
use XSLoader ();

BEGIN {
$VERSION = '0.01_91';
$VERSION = '0.02';
XSLoader::load( __PACKAGE__, $VERSION );
}

Expand Down

0 comments on commit 24396e8

Please sign in to comment.