From f541ad9b40331d443f92df8af11b20602c85b2c7 Mon Sep 17 00:00:00 2001 From: bradrobertson Date: Tue, 25 Oct 2011 09:58:55 -0400 Subject: [PATCH] release version 0.13.0 --- HISTORY.md | 9 ++++++++- lib/apartment/version.rb | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 6850723..69f6c2a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,12 @@ +# 0.13.0 + * Oct 25, 2011 + + - `process` will now rescue with reset if the previous schema/db is no longer available + - `create` now takes an optional block which allows you to process within the newly created db + - Fixed Rails version >= 3.0.10 and < 3.1 because there have been significant testing problems with 3.1, next version will hopefully fix this + # 0.12.0 - * Oct 4, 2001 + * Oct 4, 2011 - Added a `drop` method for removing databases/schemas - Refactored abstract adapter to further remove duplication in concrete implementations diff --git a/lib/apartment/version.rb b/lib/apartment/version.rb index c66c5d5..5644379 100644 --- a/lib/apartment/version.rb +++ b/lib/apartment/version.rb @@ -1,3 +1,3 @@ module Apartment - VERSION = "0.12.0" + VERSION = "0.13.0" end \ No newline at end of file