Skip to content

Commit

Permalink
v0.10.2 (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause committed Apr 24, 2024
1 parent 5a1729e commit a1aa55a
Show file tree
Hide file tree
Showing 6 changed files with 3,111 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "duckdb"
version = "0.10.1"
version = "0.10.2"
authors = ["wangfenjin <wangfenj@gmail.com>"]
edition = "2021"
description = "Ergonomic wrapper for DuckDB"
Expand Down Expand Up @@ -82,7 +82,7 @@ pretty_assertions = "1.4.0"

[dependencies.libduckdb-sys]
path = "libduckdb-sys"
version = "0.10.1"
version = "0.10.2"


[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion libduckdb-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libduckdb-sys"
version = "0.10.1"
version = "0.10.2"
authors = ["wangfenjin <wangfenj@gmail.com>"]
edition = "2021"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion libduckdb-sys/duckdb-sources
Submodule duckdb-sources updated 1089 files
Binary file modified libduckdb-sys/duckdb.tar.gz
Binary file not shown.
3,107 changes: 3,106 additions & 1 deletion libduckdb-sys/src/bindgen_bundled_version.rs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libduckdb-sys/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export DUCKDB_LIB_DIR="$SCRIPT_DIR/duckdb"
export DU_INCLUDE_DIR="$DUCKDB_LIB_DIR"

# Download and extract amalgamation
DUCKDB_VERSION=v0.10.1
DUCKDB_VERSION=v0.10.2
git submodule update --init --checkout
cd "$SCRIPT_DIR/duckdb-sources" || { echo "fatal error" >&2; exit 1; }
git fetch
Expand Down

0 comments on commit a1aa55a

Please sign in to comment.