From ee8221e6c88640dba31c69c59c19e65a8dc54a3e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 16 Apr 2026 09:06:42 +0300 Subject: Release 0.5.0: upload client docs for all OSes, host exclusion, Prometheus metrics - docs/upload-client.md: per-OS install instructions (FreeBSD, Linux, OpenBSD) covering script install, token setup, cron/systemd automation, and test runs - README.md: replace long upload section with pointer to docs/upload-client.md - Bump version to 0.5.0 (new features: excluded_hosts, /metrics endpoint, unified upload script with non-root/XDG support) Co-Authored-By: Claude Sonnet 4.6 --- internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/version') diff --git a/internal/version/version.go b/internal/version/version.go index 8102711..3328b71 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,4 +1,4 @@ package version // Tag is the application release version. -const Tag = "0.4.1" +const Tag = "0.5.0" -- cgit v1.2.3