Skip to content

Commit

Permalink
release version 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrobertson committed Oct 25, 2011
1 parent ea47b3e commit f541ad9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion lib/apartment/version.rb
@@ -1,3 +1,3 @@
module Apartment
VERSION = "0.12.0"
VERSION = "0.13.0"
end

0 comments on commit f541ad9

Please sign in to comment.