mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Prepare next release
This commit is contained in:
parent
c11229e0c5
commit
63d8c3e852
@ -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)
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user