We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db8ddd0 commit 391d37eCopy full SHA for 391d37e
HISTORY
@@ -1,3 +1,9 @@
1
+1.0.7 2010-8-4
2
+
3
+* A few minor test/doc fixes.
4
+* Better tests for replica sets and replication acknowledgment.
5
+* Deprecated DB#error and DB#last_status
6
7
1.0.6 2010-7-26
8
9
* Replica set support.
lib/mongo.rb
@@ -3,7 +3,7 @@
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
module Mongo
- VERSION = "1.0.6"
+ VERSION = "1.0.7"
end
0 commit comments