From 330ed0a0853f9332fc360db1aef3db2fcdb368dc Mon Sep 17 00:00:00 2001 From: Gabor Szarnyas Date: Sat, 25 May 2024 13:17:14 +0200 Subject: [PATCH] Update note on DuckDB version requirement since 0.10.3 has been released --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e9aa0e2..89dd520 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,9 @@ Support for the [other](https://duckdb.org/docs/extensions/working_with_extensio work-in-progress # How to use -**NOTE:** this extension is not yet available, it will be available from DuckDB's upcoming (v0.10.3) release +**NOTE: this extension requires the latest stable version of DuckDB, v0.10.3.** -This extension is distributed as a binary extension. To use it, simply use one of its functions from DuckDB (>= v0.10.3) -and the extension will be autoloaded: +This extension is distributed as a binary extension. To use it, simply use one of its functions from DuckDB and the extension will be autoloaded: ```SQL FROM delta_scan('s3://some/delta/table'); ```