diff --git a/CHANGELOG.md b/CHANGELOG.md index b98624f..2729a69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,17 @@ +## 0.0.4 + +### New Features + +- Filter table callable using `xtra` ([#9](https://github.com/AnswerDotAI/fastlite/issues/9)) + + ## 0.0.3 ### New Features -- Vendor in sqlite-utils and remove dependency ([#7](https://github.com/AnswerDotAI/fastlite/issues/7)) - 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))