Bump crate to 0.6.0

pull/24/head
Thijs Cadier 7 years ago
parent 826d471fc3
commit 305902ebca

@ -1,3 +1,6 @@
# 0.6.0
* Upgrade Mongo C driver to 1.6.3
# 0.5.0
* Upgrade Mongo C driver to 1.5.3

@ -1,6 +1,6 @@
[package]
name = "mongo_driver"
version = "0.5.0"
version = "0.6.0"
authors = ["Thijs Cadier <thijs@appsignal.com>"]
description = "Mongo Rust driver built on top of the Mongo C driver"
readme = "README.md"

@ -10,7 +10,7 @@ Bson encoding and decoding is handled by the [bson crate](https://github.com/zon
The API should still be considered experimental, but I'm not expecting changes at the moment.
[Documentation](https://docs.rs/mongo_driver/0.5.0/mongo_driver/)
[Documentation](https://docs.rs/mongo_driver/0.6.0/mongo_driver/)
## Compatibility

Loading…
Cancel
Save