Skip to content

Commit bbeafae

Browse files
committed
v 0.08
1 parent 7bb83a1 commit bbeafae

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Changes

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for Net-CardDAVTalk
22

3+
0.08 Wed Nov 15 16:04 2017
4+
- always request syncToken and fetch canSync
5+
36
0.07 Sun Nov 12 18:07 2017
47
- add BATCHSIZE support to GetContactsMulti
58
- set $Net::CardDAVTalk::BATCHSIZE = 100 (default, overridable)

lib/Net/CardDAVTalk.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ Net::CardDAVTalk - A library for talking to CardDAV servers
2222
2323
=head1 VERSION
2424
25-
Version 0.07
25+
Version 0.08
2626
2727
=cut
2828

29-
our $VERSION = '0.07';
29+
our $VERSION = '0.08';
3030

3131
our $BATCHSIZE = 100;
3232

0 commit comments

Comments
 (0)