Prepare next release

This commit is contained in:
gwenn 2018-03-24 07:23:01 +01:00
parent c11229e0c5
commit 63d8c3e852
2 changed files with 8 additions and 0 deletions

View File

@ -32,3 +32,4 @@ rusqlite contributors
* [twistedfall](https://github.com/twistedfall)
* [Nick Fitzgerald](https://github.com/fitzgen)
* [Lorenzo Villani](https://github.com/lvillani)
* [traviscross](https://github.com/traviscross)

View File

@ -1,3 +1,10 @@
# Version 0.14.0 (TODO)
* Update to latest version of SQLite3 3.22.0 (#326).
* Add comment to justify `&mut Connection` in `Transaction`.
* Fix `tyvar_behind_raw_pointer` warnings.
* Fix handful of clippy warnings.
# Version 0.13.0 (2017-11-13)
* Added ToSqlConversionFailure case to Error enum.