Skip to content

Commit 3e28fe4

Browse files
author
Deivid Soto
committed
chore(release): 0.6.7
- Bump version to 0.6.7 - Update CHANGELOG.md
1 parent 06aeaa0 commit 3e28fe4

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.6.7] - 2026-04-10
9+
10+
11+
### Added
12+
13+
- **scan**: always scan downloads + organize dirs, deduplicate child paths
814
## [0.6.6] - 2026-04-09
915

1016

1117
### Fixed
1218

19+
- **docker**: switch ffprobe download from johnvansickle.com to BtbN/FFmpeg-Builds
1320
- **stream**: fix black screen on remote/Tailscale streaming
21+
22+
### Other
23+
24+
- **release**: 0.6.6
1425
## [0.6.5] - 2026-04-09
1526

1627

@@ -228,6 +239,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
228239

229240
- remove UPX compression (antivirus false positives, startup penalty)
230241
- add -s -w -trimpath to Makefile, add build-small target with UPX
242+
[0.6.7]: https://github.com/torrentclaw/unarr/compare/v0.6.6...v0.6.7
231243
[0.6.6]: https://github.com/torrentclaw/unarr/compare/v0.6.5...v0.6.6
232244
[0.6.5]: https://github.com/torrentclaw/unarr/compare/v0.6.4...v0.6.5
233245
[0.6.4]: https://github.com/torrentclaw/unarr/compare/v0.6.3...v0.6.4

internal/cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package cmd
22

33
// Version is the CLI version. Overridden by goreleaser ldflags at release time.
4-
var Version = "0.6.6"
4+
var Version = "0.6.7"

0 commit comments

Comments
 (0)