From fe3c7970c92eded24c36ca488f317f660d2a5e62 Mon Sep 17 00:00:00 2001 From: Craig P Jolicoeur Date: Tue, 4 Aug 2009 15:31:53 -0400 Subject: [PATCH] version bump in prep of release --- Changelog.txt | 6 ++++-- lib/cerberus/constants.rb | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index 8f51b25..af1c367 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,8 +1,10 @@ = Cerberus Changelog -== Version 0.6.1 -New configuration options, and bugfixes +== Version 0.7 +New config options, Bazaar SCM support, bugfixes +* added support for bazaar scm +* fixed bug with ActionMailer 2.3.3 * added 'build_dir' option for setting custom build directory * added 'setup_script' option for a custom script to be run before build command * Projects using the Git SCM were not getting the full diff output in their diff --git a/lib/cerberus/constants.rb b/lib/cerberus/constants.rb index 161d3a7..f42cc05 100644 --- a/lib/cerberus/constants.rb +++ b/lib/cerberus/constants.rb @@ -4,5 +4,5 @@ module Cerberus LOCK_WAIT = 30 * 60 # 30 minutes - VERSION = '0.6.1' + VERSION = '0.7' end