Skip to content

Commit e69b12f

Browse files
committed
Release 1.09
1 parent af042f2 commit e69b12f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ Revision history for Audio::Scan
22

33
Note: Bug numbers refer to bugs at http://bugs.slimdevices.com
44

5+
1.09 2023-12-20
6+
- ape/wavpack: support larger cover art embedded in track file.
7+
58
1.08 2023-11-29
69
- mpeg-4: Smoothly handle small and ignore empty atoms.
710
- Added Windows build support for Strawberry Perl 32/64-bit.

lib/Audio/Scan.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Audio::Scan;
22

33
use strict;
44

5-
our $VERSION = '1.08';
5+
our $VERSION = '1.09';
66

77
require XSLoader;
88
XSLoader::load('Audio::Scan', $VERSION);

0 commit comments

Comments
 (0)