Skip to content

Commit 6626456

Browse files
chore: update deps, fix css issue
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
1 parent 44b444c commit 6626456

File tree

17 files changed

+337
-268
lines changed

17 files changed

+337
-268
lines changed

.cargo/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
[build]
22

3+
[env]
4+
DUCKDB_STATIC="1"
5+
36
[target.x86_64-unknown-linux-musl]
47
rustflags=["-C", "target_cpu=x86-64-v2"]

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ The format is roughly based on the output of `git-cliff` and this project adhere
1616
Since this is not a library, this changelog focuses on the changes that are relevant to the end-users. For a detailed list of changes, see the commit history, which adheres to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). New releases are created automatically when a new tag is pushed (Commit message: chore(release): vX.X.X).
1717
-->
1818

19-
<!-- ## [Unreleased] -->
19+
## [Unreleased]
20+
21+
- Updated to the latest version of DuckDB (1.4)
22+
- Graceful shutdown on SIGINT and SIGTERM
2023

2124
## [v1.2.1] - 2025-06-21
2225

0 commit comments

Comments
 (0)