Bump version

This commit is contained in:
John Gallagher 2015-04-03 14:50:17 -05:00
parent 038d30e2c8
commit 231a176414
2 changed files with 8 additions and 2 deletions

View File

@ -1,9 +1,9 @@
[package]
name = "rusqlite"
version = "0.0.16"
version = "0.0.17"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
description = "Ergonomic wrapper for SQLite"
repository = "https://github.com/jgallagher/rusqlite"
repository = "https://github.com/jgallagher/rusqlite/tree/stable"
documentation = "http://www.rust-ci.org/jgallagher/rusqlite/doc/rusqlite/"
readme = "README.md"
keywords = ["sqlite", "database", "ffi"]

View File

@ -1,3 +1,9 @@
# Version 0.0.17 (2015-04-03)
* Publish version that builds on stable rust (beta). This version lives on the
`stable` branch. Development continues on `master` and still requires a nightly
version of Rust.
# Version 0.0.16
* Updates to track rustc nightly.