Skip to content

Commit a1aa55a

Browse files
authored
v0.10.2 (#298)
1 parent 5a1729e commit a1aa55a

File tree

6 files changed

+3111
-6
lines changed

6 files changed

+3111
-6
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "duckdb"
3-
version = "0.10.1"
3+
version = "0.10.2"
44
authors = ["wangfenjin <[email protected]>"]
55
edition = "2021"
66
description = "Ergonomic wrapper for DuckDB"
@@ -82,7 +82,7 @@ pretty_assertions = "1.4.0"
8282

8383
[dependencies.libduckdb-sys]
8484
path = "libduckdb-sys"
85-
version = "0.10.1"
85+
version = "0.10.2"
8686

8787

8888
[package.metadata.docs.rs]

libduckdb-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libduckdb-sys"
3-
version = "0.10.1"
3+
version = "0.10.2"
44
authors = ["wangfenjin <[email protected]>"]
55
edition = "2021"
66
build = "build.rs"

libduckdb-sys/duckdb-sources

Submodule duckdb-sources updated 1089 files

libduckdb-sys/duckdb.tar.gz

72 KB
Binary file not shown.

libduckdb-sys/src/bindgen_bundled_version.rs

+3,106-1
Large diffs are not rendered by default.

libduckdb-sys/upgrade.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export DUCKDB_LIB_DIR="$SCRIPT_DIR/duckdb"
1010
export DU_INCLUDE_DIR="$DUCKDB_LIB_DIR"
1111

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

0 commit comments

Comments
 (0)