mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Update Changelog for 0.1.0 release
This commit is contained in:
parent
ad3e805357
commit
255e5f0b68
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user