Skip to content

Commit 4678bad

Browse files
committed
Publish version 0.2.0, add changelog
1 parent 2f0bccd commit 4678bad

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mongo_driver"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Thijs Cadier <[email protected]>"]
55
description = "Mongo Rust driver built on top of the Mongo C driver"
66
readme = "README.md"
@@ -21,4 +21,4 @@ path = "mongoc-sys"
2121
version = "1.3.1"
2222

2323
[dev-dependencies]
24-
chrono = "*"
24+
chrono = "> 0.2.0"

0 commit comments

Comments
 (0)