From 305902ebca3b07bec0566b208a8a5d84d52dbf9f Mon Sep 17 00:00:00 2001 From: Thijs Cadier Date: Wed, 24 May 2017 14:46:46 +0200 Subject: [PATCH] Bump crate to 0.6.0 --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ac63da..1c5f433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index d9b087f..1dfe4a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mongo_driver" -version = "0.5.0" +version = "0.6.0" authors = ["Thijs Cadier "] description = "Mongo Rust driver built on top of the Mongo C driver" readme = "README.md" diff --git a/README.md b/README.md index f6367be..f23a89c 100644 --- a/README.md +++ b/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