Bump to version 0.0.5

This commit is contained in:
John Gallagher 2015-01-07 09:18:49 -05:00
parent d427ddd7a5
commit 39d34c6ba8
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -1,3 +1,7 @@
# Version 0.0.5 (2014-01-07)
* Updates to track latest rustc changes (closure syntax).
# Version 0.0.4 (2014-01-05)
* Updates to track latest rustc changes.