From 80c5484ccb4bab14327fda7420f052986b4e04ec Mon Sep 17 00:00:00 2001 From: Jeremy Howard Date: Wed, 5 Jun 2024 07:52:21 +1000 Subject: [PATCH] release --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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))