diff --git a/Cargo.toml b/Cargo.toml index ce36d62..65534f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "rusqlite" -version = "0.0.16" +version = "0.0.17" authors = ["John Gallagher "] 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"] diff --git a/Changelog.md b/Changelog.md index 57f119c..2b53b9e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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.