- Filter table callable using `xtra` ([9](https://github.com/AnswerDotAI/fastlite/issues/9))
0.0.3
New Features
- Add `ids_and_rows_where` and use it to work around sqlite-utils rowid bug ([6](https://github.com/AnswerDotAI/fastlite/issues/6)) - Add `get_last` and use it to set `last_pk` correctly and return updated row ([5](https://github.com/AnswerDotAI/fastlite/issues/5))
0.0.2
New Features
- `xtra` field support - Auto-get pks for `update`, and return updated record ([4](https://github.com/AnswerDotAI/fastlite/issues/4)) - Return updated value on insert/upsert ([3](https://github.com/AnswerDotAI/fastlite/issues/3))