Skip to content

Commit

Permalink
Update version and changes
Browse files Browse the repository at this point in the history
  • Loading branch information
timlegge committed Apr 27, 2021
1 parent 37ad7c9 commit c5d1a33
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
11 changes: 9 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Revision history for Crypt-OpenSSL-VerifyX509

0.15 2021-04-26

[Change Log]
- TBD Update version and changes
- 37ad7c9 Fix rt #135328 test fails on OpenBSD
- e884f80 MacOS support and tester

0.14 2021-04-23

First release since 2011, new maintainer
Expand All @@ -9,8 +16,8 @@ Revision history for Crypt-OpenSSL-VerifyX509
- Minor fixes to tests, builds and updated certificates

[Change Log]
- TBD Update version and changes
- c51858f Update META files
- 798b138 Update version and changes
- 94d9649 Update META files

0.13-TRIAL 2021-04-22

Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"provides" : {
"Crypt::OpenSSL::VerifyX509" : {
"file" : "VerifyX509.pm",
"version" : "0.14"
"version" : "0.15"
}
},
"release_status" : "stable",
Expand All @@ -58,7 +58,7 @@
"url" : "http://github.com/timlegge/perl-Crypt-OpenSSL-VerifyX509"
}
},
"version" : "0.14",
"version" : "0.15",
"x_maintainers" : [
"Timothy Legge <timlegge@gmail.com>"
],
Expand Down
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ no_index:
provides:
Crypt::OpenSSL::VerifyX509:
file: VerifyX509.pm
version: '0.14'
version: '0.15'
requires:
Crypt::OpenSSL::X509: '1.807'
perl: '5.008001'
resources:
bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Crypt-OpenSSL-VerifyX509
license: http://dev.perl.org/licenses
repository: http://github.com/timlegge/perl-Crypt-OpenSSL-VerifyX509
version: '0.14'
version: '0.15'
x_maintainers:
- 'Timothy Legge <timlegge@gmail.com>'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
Expand Down
2 changes: 1 addition & 1 deletion VerifyX509.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

require 5.008_001;

our $VERSION = '0.14';
our $VERSION = '0.15';

use Crypt::OpenSSL::X509;

Expand Down

0 comments on commit c5d1a33

Please sign in to comment.