Skip to content

Commit

Permalink
Updating to 0.51
Browse files Browse the repository at this point in the history
  • Loading branch information
david-dick committed Jan 22, 2025
1 parent 5dbac1d commit ac4dd27
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Revision history for Crypt-URandom

0.51 Wed Jan 22 22:18:19 2025
- Improvements to handling SIGINT. Thanks to Leon Timmermans for GH#14
- Memory leak fix. Thanks to Leon Timmermans for GH#15
- Using arc4random_buf for OpenBSD/OSX. Thanks to Leon Timmermans for GH#16
- Documentation fixes

0.50 Thu Jan 09 08:50:18 2025
- Adding explicit requirements for tests. Thanks to Leon Timmermans for GH#13

Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
}
},
"release_status" : "stable",
"version" : "0.50"
"version" : "0.51"
}
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ requires:
English: '0'
FileHandle: '0'
Test::More: '0'
version: '0.50'
version: '0.51'
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NAME

VERSION

This document describes Crypt::URandom version 0.50
This document describes Crypt::URandom version 0.51

SYNOPSIS

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Crypt::URandom - Provide non blocking randomness

# VERSION

This document describes Crypt::URandom version 0.50
This document describes Crypt::URandom version 0.51\_02

# SYNOPSIS

Expand Down
4 changes: 2 additions & 2 deletions lib/Crypt/URandom.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ our %EXPORT_TAGS = ( 'all' => \@EXPORT_OK, );
our @CARP_NOT = ('Crypt::URandom');

BEGIN {
our $VERSION = '0.50';
our $VERSION = '0.51';
eval {
require XSLoader;

Expand Down Expand Up @@ -246,7 +246,7 @@ Crypt::URandom - Provide non blocking randomness
=head1 VERSION
This document describes Crypt::URandom version 0.50
This document describes Crypt::URandom version 0.51
=head1 SYNOPSIS
Expand Down

0 comments on commit ac4dd27

Please sign in to comment.