Bump to version 0.7.0.

Also bumps libsqlite3-sys to 0.5.0.
This commit is contained in:
John Gallagher
2016-05-19 20:25:40 -05:00
parent e3b7d9612f
commit 9379002076
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Version UPCOMING (...)
# Version 0.7.0 (2016-05-19)
* BREAKING CHANGE: `Rows` no longer implements `Iterator`. It still has a `next()` method, but
the lifetime of the returned `Row` is now tied to the lifetime of the vending `Rows` object.