]> git.imager.perl.org - imager-graph.git/commitdiff
0.12 release master v0.12
authorTony Cook <tony@develop-help.com>
Tue, 12 May 2015 08:39:02 +0000 (18:39 +1000)
committerTony Cook <tony@develop-help.com>
Tue, 12 May 2015 08:39:02 +0000 (18:39 +1000)
Changes
Graph.pm

diff --git a/Changes b/Changes
index 3987f28c44901924a0506efd79fd6edb6f8c1a92..88bb6ddf85c10f0202f581c8762d4cebafccb71c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Imager::Graph.
 
+Imager-Graph 0.12 - 12 May 2015
+=================
+
  - increase tolerances on images with filled circles drawn on them to
    account for the circle drawing change in Imager 1.002.
    https://rt.cpan.org/Ticket/Display.html?id=103328
index c22e1a6a6ec9621b633805700a32301812253c49..fdd6a305961a2ea826b5865b140e905a542a3984 100644 (file)
--- a/Graph.pm
+++ b/Graph.pm
@@ -29,7 +29,7 @@ use vars qw($VERSION);
 use Imager qw(:handy);
 use Imager::Fountain;
 
-$VERSION = '0.11';
+$VERSION = '0.12';
 
 # the maximum recursion depth in determining a color, fill or number
 use constant MAX_DEPTH => 10;