Bump version to 0.8.0

This commit is contained in:
John Gallagher 2016-12-31 01:25:44 -05:00
parent 4c8b0ab6dd
commit 10bfd3d05c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "rusqlite"
version = "0.7.3"
version = "0.8.0"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
description = "Ergonomic wrapper for SQLite"
repository = "https://github.com/jgallagher/rusqlite"

View File

@ -1,4 +1,4 @@
# Version UPCOMING (...)
# Version 0.8.0 (2016-12-31)
* BREAKING CHANGE: The `FromSql` trait has been redesigned. It now requires a single, safe
method instead of the previous definition which required implementing one or two unsafe