mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Update Changelog and Cargo.toml to 0.3.1
This commit is contained in:
parent
b1350c4c14
commit
b41275cbc8
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rusqlite"
|
name = "rusqlite"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
|
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
|
||||||
description = "Ergonomic wrapper for SQLite"
|
description = "Ergonomic wrapper for SQLite"
|
||||||
repository = "https://github.com/jgallagher/rusqlite"
|
repository = "https://github.com/jgallagher/rusqlite"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
# Version 0.3.1 (2015-09-22)
|
||||||
|
|
||||||
|
* Reset underlying SQLite statements as soon as possible after executing, as recommended by
|
||||||
|
http://www.sqlite.org/cvstrac/wiki?p=ScrollingCursor.
|
||||||
|
|
||||||
# Version 0.3.0 (2015-09-21)
|
# Version 0.3.0 (2015-09-21)
|
||||||
|
|
||||||
* Removes `get_opt`. Use `get_checked` instead.
|
* Removes `get_opt`. Use `get_checked` instead.
|
||||||
|
Loading…
Reference in New Issue
Block a user