BUMP 1.0.7; HISTORY

This commit is contained in:
Kyle Banker 2010-08-04 16:53:29 -04:00
parent db8ddd059b
commit 391d37ec83
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
1.0.7 2010-8-4
* A few minor test/doc fixes.
* Better tests for replica sets and replication acknowledgment.
* Deprecated DB#error and DB#last_status
1.0.6 2010-7-26
* Replica set support.

View File

@ -3,7 +3,7 @@
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
module Mongo
VERSION = "1.0.6"
VERSION = "1.0.7"
end
module Mongo