We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b93a59 commit e7f411aCopy full SHA for e7f411a
CHANGELOG.md
@@ -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
8
# 0.2.0
9
10
- Rewrote almost the whole library to specify the schema using enum syntax with a proc macro.
0 commit comments