Bump to 0.7.2

This commit is contained in:
John Gallagher
2016-05-19 20:38:17 -05:00
parent 8ce2f5888f
commit 1950158c87
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Version 0.7.1 (2016-05-19)
# Version 0.7.2 (2016-05-19)
* BREAKING CHANGE: `Rows` no longer implements `Iterator`. It still has a `next()` method, but
the lifetime of the returned `Row` is now tied to the lifetime of the vending `Rows` object.