summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes4
-rw-r--r--dist.ini2
2 files changed, 5 insertions, 1 deletions
diff --git a/Changes b/Changes
index b9a25aa..5eca489 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for Graph-Implicit
+0.03 9/27/2009
+ Actually... just switch to Heap::Fibonacci::Fast, it seems to be better
+ than Heap::Simple in general
+
0.02 6/30/2009
Explicitly depend on Heap::Simple::Perl, to work around Heap::Simple's dumb
way of doing dependencies
diff --git a/dist.ini b/dist.ini
index 2ce8d33..4843f0f 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,5 +1,5 @@
name = Graph-Implicit
-version = 0.02
+version = 0.03
author = Jesse Luehrs <doy at tozt dot net>
license = Perl_5
copyright_holder = Jesse Luehrs