From: Jesse Luehrs Date: Wed, 27 Apr 2011 22:36:41 +0000 (-0500) Subject: changelog and version bump X-Git-Tag: Try-Tiny-0.10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=98904c593ecfec8801d3726448d87df62d45d429;p=p5sagit%2FTry-Tiny.git changelog and version bump --- diff --git a/Changes b/Changes index 6035caa..b7d29ed 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +0.10 + - clarify some docs + 0.09 - don't index Try::Tiny::ScopeGuard diff --git a/lib/Try/Tiny.pm b/lib/Try/Tiny.pm index 17bcf80..382bfdb 100644 --- a/lib/Try/Tiny.pm +++ b/lib/Try/Tiny.pm @@ -10,7 +10,7 @@ BEGIN { @ISA = qw(Exporter); } -$VERSION = "0.09"; +$VERSION = "0.10"; $VERSION = eval $VERSION;