Skip to content

Commit b99703e

Browse files
Update README.md
1 parent 8c41391 commit b99703e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ The DuckDB driver conforms to the built-in `database/sql` interface.
66
[![GoDoc](https://godoc.org/github.com/marcboeker/go-duckdb?status.svg)](https://pkg.go.dev/github.com/marcboeker/go-duckdb)
77

88
```diff
9-
! DuckDB just (Feb 5th, 2025) released its latest version (1.2.0).
10-
! go-duckdb is working on moving to that version within the next few days.
11-
! However, we expect some breaking changes around pre-built static libraries and the arrow dependency.
12-
! Therefore, it is likely that go-duckdb moves to v2 to support DuckDB v1.2.0.
9+
- DuckDB just (Feb 5th, 2025) released its latest version (1.2.0).
10+
- You can try that version by importing: _ "github.com/marcboeker/go-duckdb/v2".
11+
- These changes are still in the v2 preview phase, i.e., on the v2-preview branch.
12+
- Please let us know if you have any questions or suggestions!
13+
- For more information on the go-duckdb changes, please refer to the README on that branch.
1314
```
1415

1516
## Installation

0 commit comments

Comments
 (0)