Update Changelog for 0.1.0 release

This commit is contained in:
John Gallagher 2015-05-11 20:22:56 -04:00
parent ad3e805357
commit 255e5f0b68
2 changed files with 8 additions and 1 deletions

View File

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

View File

@ -1,3 +1,10 @@
# Version 0.1.0 (2015-05-11)
* [breaking-change] Modify `query_row` to return a `Result` instead of unwrapping.
* Deprecate `query_row_safe` (use `query_row` instead).
* Add `query_map`.
* Add `get_checked`, which asks SQLite to do some basic type-checking of columns.
# Version 0.0.17 (2015-04-03)
* Publish version that builds on stable rust (beta). This version lives on the