Bump to 0.10.2.

This commit is contained in:
John Gallagher
2017-04-05 14:34:06 -04:00
parent 401d1f81e1
commit 893bae1220
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Version 0.10.2 (UPCOMING)
# Version 0.10.2 (2017-04-05)
* Avoid publicly exporting SQLite constants multiple times from libsqlite3-sys.
* Adds `FromSql` and `ToSql` impls for `isize`. Documents why `usize` and `u64` are not included.