docs: update 0.6.4 changelog

This commit is contained in:
Peter Steinberger 2026-05-03 12:15:51 +01:00
parent a406662a8d
commit 45f0133b62
No known key found for this signature in database

View File

@ -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