Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

Commit

Permalink
Bumping version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whoahbot committed Apr 28, 2012
1 parent bc3206e commit fb6788e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.textile
Expand Up @@ -14,6 +14,9 @@ Please note that as of version 0.5.3 of the gem, the key names that are used for

h1. Changelog


* v0.6.1 Fixes a problem with deleting an object and not having it deleted from an assosciation (thanks @sheur!)
* v0.6.0 Refactor and change to the way that model names are stored in redis
* v0.5.3 Support for inheritance via sfeu and ujifgc, this version *breaks compatibility* with previous versions of the gem
* v0.4.0 Support for dm-core v1.1.0
* v0.3.0 Updates to support ruby 1.9.2 (thanks arbarlow!)
Expand Down Expand Up @@ -104,4 +107,5 @@ h1. Badass contributors
* <a href="http://github.com/arbarlow">Alex Barlow (arbarlow)</a> Fixes for ruby 1.9.2
* <a href="http://github.com/jof">Jonathan Lassoff (jof)</a> Fixes to support textual keys
* <a href="http://github.com/sfeu">Sebastian Feuerstack (sfeu)</a> Fixes to support inheritance
* <a href="http://github.com/sheur">Stephen Heuer (@sheur)</a> Fixes to deleted assosciations

2 changes: 1 addition & 1 deletion dm-redis-adapter.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = "dm-redis-adapter"
s.version = "0.6.0"
s.version = "0.6.1"

s.post_install_message = <<EOF
***********************************************************************************************
Expand Down

0 comments on commit fb6788e

Please sign in to comment.