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 816b6a1 commit 8a6ab96Copy full SHA for 8a6ab96
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 0.2.2
2
+* Publicly export MongoErrorDomain and MongoErrorCode
3
+
4
# 0.2.1
5
* Add documentation url to Cargo.toml
6
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mongo_driver"
-version = "0.2.1"
+version = "0.2.2"
authors = ["Thijs Cadier <[email protected]>"]
description = "Mongo Rust driver built on top of the Mongo C driver"
readme = "README.md"
0 commit comments