Skip to content

Commit

Permalink
Version bump to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bmabey committed Jan 7, 2010
1 parent 3c039be commit bc2a480
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions History.txt
@@ -1,5 +1,10 @@
0.4.x (In Git)

== 0.4.1 2010-01-07

=== Bufixes
* Postgres tables with FKs now truncate (added TRUNCADE CASCADE) using Datamapper. (Ben Mabey)

== 0.4.0 2009-12-23 (The MongoMapper Edition)

=== New features
Expand Down
2 changes: 1 addition & 1 deletion VERSION.yml
@@ -1,5 +1,5 @@
---
:minor: 4
:patch: 0
:patch: 1
:build:
:major: 0
4 changes: 2 additions & 2 deletions database_cleaner.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{database_cleaner}
s.version = "0.4.0"
s.version = "0.4.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ben Mabey"]
s.date = %q{2009-12-23}
s.date = %q{2010-01-07}
s.description = %q{Strategies for cleaning databases. Can be used to ensure a clean state for testing.}
s.email = %q{ben@benmabey.com}
s.extra_rdoc_files = [
Expand Down

0 comments on commit bc2a480

Please sign in to comment.