Bump version to 0.0.3

This commit is contained in:
John Gallagher 2014-12-23 12:27:09 -05:00
parent 05b03ae2ce
commit 85ebbda885
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -1,3 +1,8 @@
# Version 0.0.3 (2014-12-23)
* Updates to track latest rustc changes.
* Add call to `sqlite3_busy_timeout`.
# Version 0.0.2 (2014-12-04) # Version 0.0.2 (2014-12-04)
* Remove use of now-deprecated `std::vec::raw::from_buf`. * Remove use of now-deprecated `std::vec::raw::from_buf`.