From debf77005f861f9a0719dcf61ef4574cf66bb9a5 Mon Sep 17 00:00:00 2001 From: Deivid Soto Date: Fri, 10 Apr 2026 16:36:27 +0200 Subject: [PATCH] chore(release): 0.6.8 - Bump version to 0.6.8 - Update CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ internal/cmd/version.go | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5108f0..211ebf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,22 @@ 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.6.8] - 2026-04-10 + + +### Added + +- **library**: add server-driven file deletion with allow_delete config ## [0.6.7] - 2026-04-10 ### Added - **scan**: always scan downloads + organize dirs, deduplicate child paths + +### Other + +- **release**: 0.6.7 ## [0.6.6] - 2026-04-09 @@ -239,6 +249,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.6.8]: https://github.com/torrentclaw/unarr/compare/v0.6.7...v0.6.8 [0.6.7]: https://github.com/torrentclaw/unarr/compare/v0.6.6...v0.6.7 [0.6.6]: https://github.com/torrentclaw/unarr/compare/v0.6.5...v0.6.6 [0.6.5]: https://github.com/torrentclaw/unarr/compare/v0.6.4...v0.6.5 diff --git a/internal/cmd/version.go b/internal/cmd/version.go index fd83b6c..68d857f 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.6.7" +var Version = "0.6.8"