From b14ab9858021e0bb0acfc2f2ce2078f207c20883 Mon Sep 17 00:00:00 2001 From: Deivid Soto Date: Wed, 8 Apr 2026 18:57:36 +0200 Subject: [PATCH] chore(release): 0.6.0 - Bump version to 0.6.0 - Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++-- internal/cmd/version.go | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18d0125..b59506a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.5.6] - 2026-04-07 +## [0.6.0] - 2026-04-08 +### Added + +- **sync**: replace WS+DO transport with unified HTTP sync + ### Fixed - **ws**: add ping/pong keepalive and read deadline to detect zombie connections @@ -163,7 +167,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - remove UPX compression (antivirus false positives, startup penalty) - add -s -w -trimpath to Makefile, add build-small target with UPX -[0.5.6]: https://github.com/torrentclaw/unarr/compare/v0.5.5...v0.5.6 +[0.6.0]: https://github.com/torrentclaw/unarr/compare/v0.5.5...v0.6.0 [0.5.5]: https://github.com/torrentclaw/unarr/compare/v0.5.4...v0.5.5 [0.5.4]: https://github.com/torrentclaw/unarr/compare/v0.5.3...v0.5.4 [0.5.3]: https://github.com/torrentclaw/unarr/compare/v0.5.2...v0.5.3 diff --git a/internal/cmd/version.go b/internal/cmd/version.go index 86c4267..4ca0579 100644 --- a/internal/cmd/version.go +++ b/internal/cmd/version.go @@ -1,4 +1,4 @@ package cmd // Version is the CLI version. Overridden by goreleaser ldflags at release time. -var Version = "0.5.6" +var Version = "0.6.0"