From 4678badc88ec196ebc01713d93fcda8b3f12d0a5 Mon Sep 17 00:00:00 2001 From: Thijs Cadier Date: Sat, 23 Jan 2016 18:00:12 +0100 Subject: [PATCH] Publish version 0.2.0, add changelog --- CHANGELOG.md | 7 +++++++ Cargo.toml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5a52162 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# 0.2.0 +* Refactored API, less namespaces than before. +* Upgrade Mongo C driver to 1.3.1 +* Now dual licensed as both Apache and MIT + +# 0.1.0 +* Initial release diff --git a/Cargo.toml b/Cargo.toml index cce6194..efd954e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mongo_driver" -version = "0.1.0" +version = "0.2.0" authors = ["Thijs Cadier "] description = "Mongo Rust driver built on top of the Mongo C driver" readme = "README.md" @@ -21,4 +21,4 @@ path = "mongoc-sys" version = "1.3.1" [dev-dependencies] -chrono = "*" +chrono = "> 0.2.0"