Update Changelog for 0.2.0

This commit is contained in:
John Gallagher
2015-07-26 14:00:51 -04:00
parent 8b51435837
commit e8967388e6
3 changed files with 11 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rusqlite"
version = "0.1.0"
version = "0.2.0"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
description = "Ergonomic wrapper for SQLite"
repository = "https://github.com/jgallagher/rusqlite"
@@ -25,4 +25,4 @@ tempdir = "~0.3.4"
[dependencies.libsqlite3-sys]
path = "libsqlite3-sys"
version = "0.1.0"
version = "0.2.0"