Skip to content

Commit

Permalink
0.05
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Dec 26, 2022
1 parent 3cddcdd commit 953383e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
@@ -1,3 +1,4 @@
2022-12-26 0.05
- Bump minimum Perl to v5.14.0.
- require PDL >= 2.058
- fix longdouble test fail (#4) - thanks @andk for the report
Expand Down
2 changes: 1 addition & 1 deletion threads.pd
@@ -1,7 +1,7 @@
use strict;
use warnings;

our $VERSION = '0.04';
our $VERSION = '0.05';
pp_setversion($VERSION);

pp_add_exported('share_pdls retrieve_pdls free_pdls');
Expand Down

0 comments on commit 953383e

Please sign in to comment.