mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Bump version to 0.4.0
This commit is contained in:
parent
420c4d4d9f
commit
78979c44ee
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rusqlite"
|
name = "rusqlite"
|
||||||
version = "0.3.1"
|
version = "0.4.0"
|
||||||
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,7 @@
|
|||||||
|
# Version 0.4.0 (2015-11-03)
|
||||||
|
|
||||||
|
* Adds `Sized` bound to `FromSql` trait as required by RFC 1214.
|
||||||
|
|
||||||
# Version 0.3.1 (2015-09-22)
|
# Version 0.3.1 (2015-09-22)
|
||||||
|
|
||||||
* Reset underlying SQLite statements as soon as possible after executing, as recommended by
|
* Reset underlying SQLite statements as soon as possible after executing, as recommended by
|
||||||
|
Loading…
Reference in New Issue
Block a user