diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-16 09:06:42 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-16 09:06:42 +0300 |
| commit | ee8221e6c88640dba31c69c59c19e65a8dc54a3e (patch) | |
| tree | 5c7f26b74d4a6c785f9d8fdf97d0da6f8138ae70 /internal/version/version.go | |
| parent | 442236f8515e761c1bd97f2cf3fd6b102bdecb64 (diff) | |
Release 0.5.0: upload client docs for all OSes, host exclusion, Prometheus metrics0.5.0
- 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 <noreply@anthropic.com>
Diffstat (limited to 'internal/version/version.go')
| -rw-r--r-- | internal/version/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
