From 2c830f8a228dcf252698782dd6df939d3958ec71 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sat, 10 Feb 2024 01:06:36 +0100 Subject: [PATCH] Release v0.0.4 --- CHANGES.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 8bcb8ac2..600871b6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,10 +2,17 @@ ## Unreleased + + +## 2024/02/10 v0.0.4 + - Packaging: Use `cloud` extra to install relevant packages +- Dependencies: Add `testing` extra, which installs `testcontainers` only +- Testing: Export `cratedb_service` fixture as pytest11 entrypoint +- Sandbox: Reduce number of extras by just using `all` -## 2024/12/18 v0.0.3 +## 2024/01/18 v0.0.3 - Add SQL runner utility primitives to `io.sql` namespace - Add `import_csv_pandas` and `import_csv_dask` utility primitives