We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f36f51f commit b9a7625Copy full SHA for b9a7625
README.md
@@ -15,6 +15,14 @@ Minimum Go version: 1.24.
15
16
## Releases
17
18
+### Semantic versioning
19
+
20
+Starting with DuckDB `v1.5.0` the duckdb-go-bindings package changes its versioning scheme to contain
21
+- the DuckDB release version
22
+- the duckdb-go-bindings patch iteration
23
24
+For `v1.5.0` the corresponding tagged release is `v0.10500.0`.
25
26
### Single module (v0.3.0+)
27
28
Starting with v0.3.0, the module includes pre-built static libraries for all platforms. Simply import `github.com/duckdb/duckdb-go-bindings`.
0 commit comments