Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hydhknn committed Apr 3, 2015
1 parent 038d30e commit 231a176
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "rusqlite"
version = "0.0.16"
version = "0.0.17"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
description = "Ergonomic wrapper for SQLite"
repository = "https://github.com/jgallagher/rusqlite"
repository = "https://github.com/jgallagher/rusqlite/tree/stable"
documentation = "http://www.rust-ci.org/jgallagher/rusqlite/doc/rusqlite/"
readme = "README.md"
keywords = ["sqlite", "database", "ffi"]
Expand Down
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 0.0.17 (2015-04-03)

* Publish version that builds on stable rust (beta). This version lives on the
`stable` branch. Development continues on `master` and still requires a nightly
version of Rust.

# Version 0.0.16

* Updates to track rustc nightly.
Expand Down

0 comments on commit 231a176

Please sign in to comment.