Skip to content

Commit

Permalink
Merge pull request #1 from mrjsj/changes-for-0.2.0
Browse files Browse the repository at this point in the history
Changes for 0.2.0
  • Loading branch information
mrjsj authored Jun 5, 2024
2 parents 8a845af + cc5a5d0 commit c70070c
Show file tree
Hide file tree
Showing 8 changed files with 5,922 additions and 4,630 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
SCONS_CACHE: ${{ github.workspace }}/.scons-cache/
EM_VERSION: 3.1.39
EM_CACHE_FOLDER: "emsdk-cache"
DUCKDB_BASE_URL: https://github.com/duckdb/duckdb/releases/download/v0.10.2/
DUCKDB_BASE_URL: https://github.com/duckdb/duckdb/releases/download/v1.0.0/

jobs:
matrix:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ build.sh
scripts/debug.sh
src/*.os
.DS_Store
.vscode
.vscode
backup_0.10.3
156 changes: 141 additions & 15 deletions src/duckdb/duckdb.h

Large diffs are not rendered by default.

Loading

0 comments on commit c70070c

Please sign in to comment.