Skip to content

Commit cd2adb7

Browse files
committed
Bumped version to 0.09; update Changes notes
1 parent 75983d4 commit cd2adb7

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

Changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Revision history for Device-FTDI
22

3+
0.09 2015/11/10 00:29:32
4+
[CHANGES]
5+
* Implement a Device::Chip::Adapter class
6+
* Make sure to correctly generate I²C STOP conditions
7+
* Fix POD errors
8+
39
0.08 2015/11/07 18:34:18
410
[CHANGES]
511
* Added Device::FTDI::MPSSE; helper subclass for using MPSSE bitmode

lib/Device/FTDI.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use 5.010;
44
use strict;
55
use warnings;
66

7-
our $VERSION = '0.08';
7+
our $VERSION = '0.09';
88

99
=head1 NAME
1010

lib/Device/FTDI/I2C.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use base qw( Device::FTDI::MPSSE );
1111

1212
use utf8;
1313

14-
our $VERSION = '0.08';
14+
our $VERSION = '0.09';
1515

1616
=head1 NAME
1717

lib/Device/FTDI/MPSSE.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use strict;
99
use warnings;
1010
use base qw( Device::FTDI );
1111

12-
our $VERSION = '0.08';
12+
our $VERSION = '0.09';
1313

1414
=head1 NAME
1515

lib/Device/FTDI/SPI.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use strict;
99
use warnings;
1010
use base qw( Device::FTDI::MPSSE );
1111

12-
our $VERSION = '0.08';
12+
our $VERSION = '0.09';
1313

1414
=head1 NAME
1515

0 commit comments

Comments
 (0)