From: Marius Gavrilescu Date: Wed, 23 Sep 2015 17:31:08 +0000 (+0300) Subject: Bump version and update Changes X-Git-Tag: 0.001001 X-Git-Url: http://git.ieval.ro/?p=webservice-scaleway.git;a=commitdiff_plain;h=refs%2Ftags%2F0.001001 Bump version and update Changes --- diff --git a/Changes b/Changes index da989f8..634233d 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,9 @@ Revision history for Perl extension WebService::Scaleway. +0.001001 2015-09-23T20:31+03:00 + - Fix perform_server_action + - Improve POD + - Fix t/real.t + 0.001 2015-09-20T00:52+03:00 - Initial release diff --git a/README b/README index d8a914c..c20419c 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -WebService-Scaleway version 0.001 -================================= +WebService-Scaleway version 0.001001 +==================================== Scaleway is an IaaS provider that offers bare metal ARM cloud servers. WebService::Scaleway is a Perl interface to the Scaleway API. diff --git a/lib/WebService/Scaleway.pm b/lib/WebService/Scaleway.pm index 4545952..44256e8 100644 --- a/lib/WebService/Scaleway.pm +++ b/lib/WebService/Scaleway.pm @@ -4,7 +4,7 @@ use 5.014000; use strict; use warnings; -our $VERSION = '0.001'; +our $VERSION = '0.001001'; use Carp qw/croak/; use HTTP::Tiny;