Skip to content

Commit a35c641

Browse files
author
Deivid Soto
committed
chore(release): 0.7.0
- Bump version to 0.7.0 - Update CHANGELOG.md
1 parent 3c38c92 commit a35c641

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,22 @@ 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.7.0] - 2026-04-10
9+
10+
11+
### Added
12+
13+
- **daemon**: enhance service management with start, stop, restart, and status commands for Windows
814
## [0.6.8] - 2026-04-10
915

1016

1117
### Added
1218

1319
- **library**: add server-driven file deletion with allow_delete config
20+
21+
### Other
22+
23+
- **release**: 0.6.8
1424
## [0.6.7] - 2026-04-10
1525

1626

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

250260
- remove UPX compression (antivirus false positives, startup penalty)
251261
- add -s -w -trimpath to Makefile, add build-small target with UPX
262+
[0.7.0]: https://github.com/torrentclaw/unarr/compare/v0.6.8...v0.7.0
252263
[0.6.8]: https://github.com/torrentclaw/unarr/compare/v0.6.7...v0.6.8
253264
[0.6.7]: https://github.com/torrentclaw/unarr/compare/v0.6.6...v0.6.7
254265
[0.6.6]: https://github.com/torrentclaw/unarr/compare/v0.6.5...v0.6.6

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.8"
4+
var Version = "0.7.0"

0 commit comments

Comments
 (0)