diff --git a/CHANGELOG.md b/CHANGELOG.md index 7614355..6b099fa 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.4] - 2026-04-09 + + +### Fixed + +- **daemon**: report error status when stream path is rejected ## [0.6.3] - 2026-04-09 ### Fixed - **library**: use native arm64 ffprobe on Apple Silicon (osx-arm-64) + +### Other + +- **release**: 0.6.3 ## [0.6.2] - 2026-04-09 @@ -198,6 +208,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.4]: https://github.com/torrentclaw/unarr/compare/v0.6.3...v0.6.4 [0.6.3]: https://github.com/torrentclaw/unarr/compare/v0.6.2...v0.6.3 [0.6.2]: https://github.com/torrentclaw/unarr/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/torrentclaw/unarr/compare/v0.6.0...v0.6.1 diff --git a/internal/cmd/version.go b/internal/cmd/version.go index afba061..2b0e3eb 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.3" +var Version = "0.6.4"