mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Bump to version 0.7.3.
This commit is contained in:
parent
ad0b823560
commit
b235b89555
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rusqlite"
|
||||
version = "0.7.2"
|
||||
version = "0.7.3"
|
||||
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
|
||||
description = "Ergonomic wrapper for SQLite"
|
||||
repository = "https://github.com/jgallagher/rusqlite"
|
||||
|
@ -1,3 +1,9 @@
|
||||
# Version 0.7.3 (2016-06-01)
|
||||
|
||||
* Fixes an incorrect failure from the `insert()` convenience function when back-to-back inserts to
|
||||
different tables both returned the same row ID
|
||||
([#171](https://github.com/jgallagher/rusqlite/issues/171)).
|
||||
|
||||
# Version 0.7.2 (2016-05-19)
|
||||
|
||||
* BREAKING CHANGE: `Rows` no longer implements `Iterator`. It still has a `next()` method, but
|
||||
|
Loading…
Reference in New Issue
Block a user