To upgrade to a new version of DuckDB:
- Create a new branch with the current version number in it. E.g.
v0.9.0
. - Change
DUCKDB_VERSION
inMakefile
to match the version in the branch name. - Push the updated
Makefile
and create a PR. - Wait for Github Actions to pre-compile the static libraries in
deps
. They will be committed automatically to the branch. - If everything looks good, the PR will be merged.