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 2f0bccd commit 4678badCopy full SHA for 4678bad
CHANGELOG.md
@@ -0,0 +1,7 @@
1
+# 0.2.0
2
+* Refactored API, less namespaces than before.
3
+* Upgrade Mongo C driver to 1.3.1
4
+* Now dual licensed as both Apache and MIT
5
+
6
+# 0.1.0
7
+* Initial release
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mongo_driver"
-version = "0.1.0"
+version = "0.2.0"
authors = ["Thijs Cadier <[email protected]>"]
description = "Mongo Rust driver built on top of the Mongo C driver"
readme = "README.md"
@@ -21,4 +21,4 @@ path = "mongoc-sys"
21
version = "1.3.1"
22
23
[dev-dependencies]
24
-chrono = "*"
+chrono = "> 0.2.0"
0 commit comments