Skip to content

Commit 859fd75

Browse files
chore: update refinery, release v1.3.0
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
1 parent 6626456 commit 859fd75

File tree

8 files changed

+249
-708
lines changed

8 files changed

+249
-708
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
DUCKDB_STATIC="1"
55

66
[target.x86_64-unknown-linux-musl]
7-
rustflags=["-C", "target_cpu=x86-64-v2"]
7+
rustflags=["-C", "target_cpu=x86-64-v3"]

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ 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+
## [v1.3.0] - 2025-10-12
2020

2121
- Updated to the latest version of DuckDB (1.4)
2222
- Graceful shutdown on SIGINT and SIGTERM
23+
- `X86-64-v3` is now the default target architecture for `x86_64` Linux builds
2324

2425
## [v1.2.1] - 2025-06-21
2526

0 commit comments

Comments
 (0)