From 288aa24e8bc4f22cb7de5d60789e1d6ec79f7395 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 4 Feb 2026 09:11:30 +0200 Subject: add runtime debugging signals and convert to mage - Add SIGUSR1 handler for goroutine stack dumps when app hangs - Add SIGUSR2 handler for full profiling (heap, cpu, block) - Add --debug-dir flag for configurable debug output location - Convert build system from go-task to mage - Update documentation with debugging workflow - Bump version to 0.10.0 --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/version.go') diff --git a/internal/version.go b/internal/version.go index 4bb79f7..4829ec5 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,4 +1,4 @@ package internal // Version is the current version of Task Samurai. -const Version = "0.9.3" +const Version = "0.10.0" -- cgit v1.2.3