# HG changeset patch # User Mahlon E. Smith # Date 1236698017 0 # Tue Mar 10 15:13:37 2009 +0000 # Node ID 51f57cc59523d4bba0d8f7e4aea422b4094d7804 # Parent 4d13fa14f35fb6676b5c2e5d7595ff5717af0062 Version bump to 0.3.0. diff --git a/docs/manual/src/Hackers_Guide/api-guided-tour.page b/docs/manual/src/Hackers_Guide/api-guided-tour.page --- a/docs/manual/src/Hackers_Guide/api-guided-tour.page +++ b/docs/manual/src/Hackers_Guide/api-guided-tour.page @@ -11,6 +11,8 @@ - textile --- +[ This page is a work in progress ] + h2. Logging ThingFish uses the @Logger@ module for logging; any class that wishes diff --git a/lib/thingfish.rb b/lib/thingfish.rb --- a/lib/thingfish.rb +++ b/lib/thingfish.rb @@ -43,7 +43,7 @@ SVNId = %q$Id$ # Package version - VERSION = '0.2.1' + VERSION = '0.3.0' # Need to require these here so some constants are already defined require 'thingfish/constants'