Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update httpclient to 0.0.4 #195

Merged
merged 3 commits into from
Nov 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions extensions/http_client/description.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
extension:
name: http_client
description: DuckDB HTTP Client Extension
version: 0.0.3
version: 0.0.4
language: C++
build: cmake
license: MIT
Expand All @@ -12,7 +12,7 @@ extension:

repo:
github: quackscience/duckdb-extension-httpclient
ref: 9b006341fa0fe9ade344620c40d867babe359645
ref: d3a3deee6bb4c914b52a627e6ab1da1b563012c9

docs:
hello_world: |
Expand Down
Loading