mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 09:09:19 +08:00
Merge pull request #208 from jgallagher/cargo-categories-badges
Bump to 0.9.0 and add Cargo category and badges
This commit is contained in:
commit
a346361a25
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rusqlite"
|
name = "rusqlite"
|
||||||
version = "0.8.0"
|
version = "0.9.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"
|
||||||
@ -8,6 +8,11 @@ documentation = "http://jgallagher.github.io/rusqlite/rusqlite/index.html"
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["sqlite", "database", "ffi"]
|
keywords = ["sqlite", "database", "ffi"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
categories = ["database"]
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
travis-ci = { repository = "jgallagher/rusqlite" }
|
||||||
|
appveyor = { repository = "jgallagher/rusqlite" }
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "rusqlite"
|
name = "rusqlite"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Version UPCOMING (TBD)
|
# Version 0.9.0 (2017-01-20)
|
||||||
|
|
||||||
* BREAKING CHANGE: `Connection::close()` now returns a `Result<(), (Connection, Error)>` instead
|
* BREAKING CHANGE: `Connection::close()` now returns a `Result<(), (Connection, Error)>` instead
|
||||||
of a `Result<(), Error>` so callers get the still-open connection back on failure.
|
of a `Result<(), Error>` so callers get the still-open connection back on failure.
|
||||||
|
Loading…
Reference in New Issue
Block a user