Skip to content

Commit 62089b6

Browse files
authored
Bump to DuckDB v0.10.1 (#275)
1 parent d885c37 commit 62089b6

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/rust.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
name: Download duckdb
3939
with:
4040
repository: "duckdb/duckdb"
41-
tag: "v0.10.0"
41+
tag: "v0.10.1"
4242
fileName: ${{ matrix.duckdb }}
4343
out-file-path: .
4444

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.0"
3+
version = "0.10.1"
44
authors = ["wangfenjin <[email protected]>"]
55
edition = "2021"
66
description = "Ergonomic wrapper for DuckDB"
@@ -79,7 +79,7 @@ polars-core = "0.35.4"
7979

8080
[dependencies.libduckdb-sys]
8181
path = "libduckdb-sys"
82-
version = "0.10.0"
82+
version = "0.10.1"
8383

8484
[package.metadata.docs.rs]
8585
features = []

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.0"
3+
version = "0.10.1"
44
authors = ["wangfenjin <[email protected]>"]
55
edition = "2021"
66
build = "build.rs"

libduckdb-sys/duckdb-sources

Submodule duckdb-sources updated 1257 files

libduckdb-sys/duckdb.tar.gz

48.3 KB
Binary file not shown.

libduckdb-sys/src/bindgen_bundled_version.rs

+1-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.0
13+
DUCKDB_VERSION=v0.10.1
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)