We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3109537 commit a22a4d3Copy full SHA for a22a4d3
Changes
@@ -1,5 +1,8 @@
1
Revision history for Perl extension Algorithm::LibLinear
2
3
+0.25 Thu 18 Aug 2022
4
+ - Bundle LIBLINEAR 2.45, which is identical to 2.44.
5
+
6
0.24 Mon 4 Apr 2022
7
- Bundle LIBLINEAR 2.44.
8
lib/Algorithm/LibLinear.pm
@@ -10,7 +10,7 @@ use Smart::Args::TypeTiny;
10
use Types::Standard qw/ArrayRef Bool ClassName Dict Enum InstanceOf Int Num/;
11
use XSLoader;
12
13
-our $VERSION = '0.24';
+our $VERSION = '0.25';
14
15
XSLoader::load(__PACKAGE__, $VERSION);
16
0 commit comments