v0.2.1
- Relax
Transaction
creation to not borrow theDatabase
. - Add missing lifetime bound on
try_insert
s return value.
Technically this is a breaking change, but it fixes a bug so it is still a patch release. - Fix the version of the macro crate exactly (=0.2.0) to allow future internal API changes with only a patch release.