Merge pull request #198 from jgallagher/version-bump

Bump version to 0.8.0
This commit is contained in:
John Gallagher 2016-12-31 01:34:54 -05:00 committed by GitHub
commit 914023ce9c
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