Skip to content

Commit b9a7625

Browse files
Document semantic versioning in README
Added section on semantic versioning for duckdb-go-bindings.
1 parent f36f51f commit b9a7625

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ Minimum Go version: 1.24.
1515
1616
## Releases
1717

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+
1826
### Single module (v0.3.0+)
1927

2028
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

Comments
 (0)