Skip to content

Commit

Permalink
Merge pull request #12 from hexfusion/maint
Browse files Browse the repository at this point in the history
Bump version for release.
  • Loading branch information
hexfusion authored Jun 12, 2017
2 parents 590124a + 0f406bc commit d346f0e
Show file tree
Hide file tree
Showing 18 changed files with 24 additions and 16 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Revision history for Net::Etcd
0.010
[ ENHANCEMENTS ]
* Add intial support for snapshot

0.009
[ ENHANCEMENTS ]
Expand Down
3 changes: 3 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ PUBLIC METHODS
lease
Returns a Net::Etcd::Lease object.

maintenance
Returns a Net::Etcd::Maintenance object.

user
Returns a Net::Etcd::User object.

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ Returns a [Net::Etcd::Auth](https://metacpan.org/pod/Net::Etcd::Auth) object.

Returns a [Net::Etcd::Lease](https://metacpan.org/pod/Net::Etcd::Lease) object.

## maintenance

Returns a [Net::Etcd::Maintenance](https://metacpan.org/pod/Net::Etcd::Maintenance) object.

## user

Returns a [Net::Etcd::User](https://metacpan.org/pod/Net::Etcd::User) object.
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Etcd.pm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Net::Etcd
=cut

our $VERSION = '0.009';
our $VERSION = '0.010';

=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Etcd/Auth.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Net::Etcd::Auth
=cut

our $VERSION = '0.009';
our $VERSION = '0.010';

=head1 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Etcd/Auth/Role.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Net::Etcd::Auth::Role
=cut

our $VERSION = '0.009';
our $VERSION = '0.010';

=head1 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Etcd/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Net::Etcd::Config
=cut

our $VERSION = '0.009';
our $VERSION = '0.010';

=head1 ACCESSORS
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Etcd/KV.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Net::Etcd::KV
=cut

our $VERSION = '0.009';
our $VERSION = '0.010';

=head1 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Etcd/KV/Put.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Net::Etcd::Put
=cut

our $VERSION = '0.009';
our $VERSION = '0.010';

=head1 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Etcd/KV/Range.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Net::Etcd::Range
=cut

our $VERSION = '0.009';
our $VERSION = '0.010';

=head1 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Etcd/KV/Txn.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Net::Etcd::KV::Txn
=cut

our $VERSION = '0.009';
our $VERSION = '0.010';

=head1 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Etcd/Lease.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Net::Etcd::Lease
=cut

our $VERSION = '0.009';
our $VERSION = '0.010';

=head1 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Etcd/Maintenance.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Net::Etcd::Maintenance
=cut

our $VERSION = '0.009';
our $VERSION = '0.010';

=head1 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Etcd/Role/Actions.pm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Net::Etcd::Role::Actions
=cut

our $VERSION = '0.009';
our $VERSION = '0.010';

has etcd => (
is => 'ro',
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Etcd/User.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Net::Etcd::User
=cut

our $VERSION = '0.009';
our $VERSION = '0.010';

=head1 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Etcd/User/Role.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Net::Etcd::User::Role
=cut

our $VERSION = '0.009';
our $VERSION = '0.010';

=head1 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Etcd/Watch.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Net::Etcd::Range
=cut

our $VERSION = '0.009';
our $VERSION = '0.010';

=head1 DESCRIPTION
Expand Down
2 changes: 0 additions & 2 deletions t/lease.t
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ lives_ok( sub { $key = $etcd->range( { key => 'foo2' } )->get_value },

cmp_ok( $key, 'eq', 'bar2', "lease key value" );

sleep 2;

# lease keep alive
lives_ok( sub { $lease = $etcd->lease( { ID => $lease_id } )->keepalive },
"lease_keep_alive" );
Expand Down

0 comments on commit d346f0e

Please sign in to comment.