Skip to content
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
6 changes: 3 additions & 3 deletions extensions/httpserver/description.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
extension:
name: httpserver
description: DuckDB HTTP API Server Extension
version: 0.1.5
version: 0.1.6
language: SQL & C++
build: cmake
license: MIT
Expand All @@ -14,7 +14,7 @@ extension:

repo:
github: quackscience/duckdb-extension-httpserver
ref: 1468e965565370fa3fae7780d99dd4821cf23dee
ref: cf27205ccf04ae3ef2d252521a83008cac4c8381

docs:
hello_world: |
Expand Down Expand Up @@ -65,4 +65,4 @@ docs:
- Work with local and remote datasets including [MotherDuck](https://motherduck.com) 🐤
- _100% Opensource, ready to use and extend by the Community!_

> This extension is experimental and potentially unstable. Do not use it in production.
> This extension is experimental and potentially unstable. Use at your own risk.
Loading