Skip to content

Commit e7f411a

Browse files
committed
Update the changelog
1 parent 6b93a59 commit e7f411a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.2.1
2+
3+
- Relax `Transaction` creation to not borrow the `Database`.
4+
- Add missing lifetime bound on `try_insert`s return value.
5+
Technically this is a breaking change, but it fixes a bug so it is still a patch release.
6+
- Fix the version of the macro crate exactly (=0.2.0) to allow future internal API changes with only a patch release.
7+
18
# 0.2.0
29

310
- Rewrote almost the whole library to specify the schema using enum syntax with a proc macro.

0 commit comments

Comments
 (0)