Skip to content

0.2.1

Latest

Choose a tag to compare

@iliaal iliaal released this 18 Jun 19:21
· 2 commits to master since this release
0.2.1
0bdb576

Fixed

  • Linux prebuilt binaries are now genuinely self-contained. The 0.2.0 Linux .so failed to load on a clean host (undefined symbol: _ZTVN10__cxxabiv120__function_type_infoE) because the bundled DuckDB C++ runtime was never statically linked — the gcc C-driver link ignored the g++-only -static-libstdc++ flag. The build now links the static libstdc++/libgcc_eh explicitly. macOS and Windows binaries were unaffected. 0.2.0's broken Linux assets were removed, so installs pinned to 0.2.0 fall back to a source build on Linux.