Bump version to 0.12.1

pull/42/head
Thijs Cadier 6 years ago
parent 9a10284073
commit 0d4fb2d627

@ -1,3 +1,6 @@
# 0.12.1
* Add support for commands that return batches (by MiesJansen)
# 0.12.0
* Upgrade libmongoc to 1.8.2
* Update bson dependency to 0.11
@ -6,7 +9,7 @@
# 0.11.0
* Update bson dependency to 0.10
* Use installed libmongoc if it right version is present on the system (thanks to Matrix-Zhang)
* Use installed libmongoc if it right version is present on the system (by Matrix-Zhang)
# 0.10.0
* Initial upgrade to mongo c driver 1.8.0, no support for new features yet

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

Loading…
Cancel
Save