From 45f0133b6271eebf0f06fb0911c9a64446fca2fd Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 3 May 2026 12:15:51 +0100 Subject: [PATCH] docs: update 0.6.4 changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff48bdf..2a982a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ All notable changes to `discrawl` will be documented in this file. - `discrawl` now handles SIGINT/SIGTERM by canceling active sync/import contexts so large SQLite and FTS writes can roll back and close cleanly instead of being terminated mid-transaction. +### Maintenance + +- Refreshed dependency and CI tooling pins, including GoReleaser, `go-toml`, golangci-lint, and gosec. +- Tightened CI compatibility with the latest linters and made signal-cancellation and sync fixture tests deterministic under the race detector. + ## 0.6.3 - 2026-05-01 ### Fixes